Method Contains
Contains(T)
Checks if internal hashset contains item.
Declaration
public bool Contains(T item)
Parameters
Type | Name | Description |
---|---|---|
T | item | Item to check. |
Returns
Type | Description |
---|---|
bool | Returns true if internal hashset contains item, returns false otherwise. |