ComponentOne FlexPivot for WinForms
Equals Method (C1FlexPivotKey)

C1.DataEngine.4 Assembly > C1.FlexPivot Namespace > C1FlexPivotKey Class : Equals Method
C1FlexPivotKey to compare with this key.
Returns true if two C1FlexPivotKey objects represent the same set of C1FlexPivotField objects and values.
Syntax
'Declaration
 
Public Overrides Function Equals( _
   ByVal obj As System.Object _
) As System.Boolean
public override System.bool Equals( 
   System.object obj
)

Parameters

obj
C1FlexPivotKey to compare with this key.

Return Value

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

Reference

C1FlexPivotKey Class
C1FlexPivotKey Members