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.1.0.0 (2.1)
Syntax
C# |
---|
public abstract bool Equals( Object obj ) |
Visual Basic |
---|
Public MustOverride Function Equals ( _ obj As Object _ ) As Boolean |
Visual C++ |
---|
public: virtual bool Equals( Object^ obj ) abstract override |
Parameters
- obj
- Type: System..::..Object
The Object to compare with this instance.
Return Value
true if the specified Object is equal to this instance; otherwise, false.
Exceptions
Exception | Condition |
---|---|
System..::..NullReferenceException | The obj parameter is null. |