Determines whether the values in this set are the same as the ones in a given array.
'Declaration
Public Function SameValues( _
ByVal () As _
) As Boolean
public bool SameValues(
[]
)
Parameters
- values
- Array containing the values to compare.
Return Value
True if the values in this set are the same as the ones in the array.