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

In This Topic
    Equals Method (PivotKey)
    In This Topic
    Returns true if two PivotKey objects represent the same set of PivotField objects and values.
    Syntax
    'Declaration
     
    Public Overrides Function Equals( _
       ByVal obj As Object _
    ) As Boolean
    public override bool Equals( 
       object obj
    )

    Parameters

    obj
    PivotKey to compare with this key.

    Return Value

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