Determines whether the specified
Object is equal to this instance.
Namespace: Com.Tibco.As.SpaceAssembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.1.5.12)
Syntaxpublic abstract bool Equals(
Object obj
)
Public MustOverride Function Equals (
obj As Object
) As Boolean
public:
virtual bool Equals(
Object^ obj
) abstract override
override Equals :
obj : Object -> bool
Parameters
- obj
- Type: SystemObject
The Object to compare with this instance.
Return Value
Type:
Booleantrue if the specified
Object is equal to this instance; otherwise,
false.
Exceptions
See Also