[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Determines whether the specified
Object is equal to the current
Object.
Namespace: net.esper.collection
Assembly:
NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Overrides Function Equals ( _
other As Object _
) As Boolean |
Visual C++ |
---|
public:
virtual bool Equals (
Object^ other
) override |
Parameters
- other
- System.Object
The Object to compare with the current Object.
Return Value
true if the specified
Object is equal to the current
Object; otherwise, false.