Determines whether the values in this set are the same as the
ones in a given array.
Namespace:
C1.OlapAssembly: C1.Silverlight.Olap.5 (in C1.Silverlight.Olap.5.dll)
Syntax
C# |
---|
public bool SameValues( T[] values ) |
Visual Basic |
---|
Public Function SameValues ( _ values As T() _ ) As Boolean |
Parameters
- values
- Type: array<T>[]()[][]
Array containing the values to compare.