[This is preliminary documentation and is subject to change.]
Removes an item from the set if it contains it.
| C# |
public bool Remove( T item )
- item (T)
- The Item to remove.
True if the set contained the item and it was removed. False if
the set did not contain the item.