Method Contains
Contains(T)
Returns true if a given item is present in this hash set.
Declaration
public readonly bool Contains(T item)
Parameters
Type | Name | Description |
---|---|---|
T | item | The item to look up. |
Returns
Type | Description |
---|---|
bool | True if the item was present. |