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