Equals Method (C1FlexPivotKey)
Returns true if two
C1.PivotEngine.PivotKey objects represent the same set of
C1.PivotEngine.PivotField objects and values.
'Declaration
Public Overridable Function Equals( _
ByVal As Object _
) As Boolean
public virtual bool Equals(
object
)
Parameters
- obj
- C1.PivotEngine.PivotKey to compare with this key.
Return Value
True if both keys represent the same fields and values.