[]
        
(Showing Draft Content)

C1.PivotEngine.ValueSet-1.SameValues

SameValues Method

SameValues(T[])

Determines whether the values in this set are the same as the ones in a given array.

Declaration
public bool SameValues(T[] values)
Parameters
Type Name Description
T[] values

Array containing the values to compare.

Returns
Type Description
bool

True if the values in this set are the same as the ones in the values array.