C1.PivotEngine Assembly / C1.FlexPivot Namespace / C1FlexPivotKey Class / Equals Method
C1.PivotEngine.PivotKey to compare with this key.

In This Topic
Equals Method (C1FlexPivotKey)
In This Topic
Returns true if two C1.PivotEngine.PivotKey objects represent the same set of C1.PivotEngine.PivotField objects and values.
Syntax
'Declaration
 
Public Overridable Function Equals( _
   ByVal obj As Object _
) As Boolean
 

Parameters

obj
C1.PivotEngine.PivotKey to compare with this key.

Return Value

True if both keys represent the same fields and values.
See Also