[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Returns true if the objects are equal.

Namespace: net.esper.view
Assembly:   NEsper (in NEsper.dll)

Syntax

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

Parameters

otherObject
System.Object
The other object.

Return Value