Method TryGetValue
TryGetValue(T, out T)
Searches the set for the given value and returns the equal value, if any.
Declaration
public bool TryGetValue(T equalValue, out T actualValue)Parameters
| Type | Name | Description | 
|---|---|---|
| T | equalValue | |
| T | actualValue | 
Returns
| Type | Description | 
|---|---|
| bool | 
