[]
        
(Showing Draft Content)

C1.PivotEngine.PivotKey.Equals

Equals Method

Equals(object)

Returns true if two PivotKey objects represent the same set of PivotField objects and values.

Declaration
public override bool Equals(object obj)
Parameters
Type Name Description
object obj

PivotKey to compare with this key.

Returns
Type Description
bool

True if both keys represent the same fields and values.

Overrides