Compares the specified object with this for equality.

Namespace: Endeca.Navigation
Assembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.2.0.0 (6.2.2.8614)

Syntax

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

Parameters

o
Type: System..::..Object
An object to compare for quality.

Return Value

true if the object can be cast as a Property and has the same key and value and false if not.

See Also