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