Determines whether the specified
Object is equal to the current
Object.

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

Return Value
true if the specified
Object is equal to the current
Object; otherwise, false.

Exceptions
Assembly:
GigaSpaces.Core (Module: GigaSpaces.Core) Version: 9.7.0.0 (9.7.2.11000)