Indicates whether this GroupBy has an equivalence to a reference GroupBy specified by obj.

Namespace: Endeca.Navigation.Analytics
Assembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.3.0.0 (6.3.0.853)

Syntax

C#
public override bool Equals(
	Object obj
)
Visual Basic
Public Overrides Function Equals ( _
	obj As Object _
) As Boolean
Visual C++
public:
virtual bool Equals(
	Object^ obj
) override

Parameters

obj
Type: System..::..Object
The reference GroupBy with which to compare.

Return Value

true if this GroupBy is the same as obj; false otherwise.

Remarks

Note that the the depth settings of the two GroupBy objects are not compared.

See Also