 | TypePairEquals Method (Object) |
Determines whether the specified
Object is equal to the current
Object.
Namespace:
com.espertech.esper.compat
Assembly:
NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntaxpublic virtual bool Equals(
Object obj
)
Parameters
- obj
- Type: SystemObject
The Object to compare with the current Object.
Return Value
Type:
Boolean
true if the specified
Object is equal to the current
Object; otherwise, false.
Exceptions
See Also