Determines whether the values in this set are the same as the ones in a given array.
'宣言
Public Function SameValues( _
ByVal () As _
) As System.Boolean
public System.bool SameValues(
[]
)
パラメータ
- values
- Array containing the values to compare.
戻り値の型
True if the values in this set are the same as the ones in the array.