Method Remove
Remove(T)
Removes the first occurrence of a specific object from the EquatableSet<T>.
Declaration
public virtual bool Remove(T item)
Parameters
Type | Name | Description |
---|---|---|
T | item | The object to remove from the EquatableSet<T>. |
Returns
Type | Description |
---|---|
System.Boolean |
|