[This is preliminary documentation and is subject to change.]
Determines if a particular item is in the set.
| C# |
public bool Contains( T item )
- item (T)
- The item to check.
True if the item is in the set.
[This is preliminary documentation and is subject to change.]
| C# |
public bool Contains( T item )