[]
Determines whether the values in this set are the same as the ones in a given array.
public bool SameValues(T[] values)
Type | Name | Description |
---|---|---|
T[] | values | Array containing the values to compare. |
Type | Description |
---|---|
bool | True if the values in this set are the same as the
ones in the |