Method Find
Find(ref T)
Check if an item (collection equal to a given one) is in the set and if so report the actual item object found.
Declaration
public virtual bool Find(ref T item)
Parameters
Type | Name | Description |
---|---|---|
T | item | On entry, the item to look for. On exit the item found, if any |
Returns
Type | Description |
---|---|
System.Boolean | True if set contains item |