[This is preliminary documentation and is subject to change.]
Determines whether an object is a member of this IndexedSet.
| C# |
public bool Contains( T member )
- member (T)
- The object to check.
True if the object is a member otherwise false.