Method Contains
Contains(T)
Determines whether the EquatableList<T> contains a specific value.
Declaration
public virtual bool Contains(T item)
Parameters
Type | Name | Description |
---|---|---|
T | item | The object to locate in the EquatableList<T>. |
Returns
Type | Description |
---|---|
System.Boolean |
|