equality comparison of two ASBlob objects
Namespace: Com.Tibco.As.Space.Impl.DataAssembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.1.0.0 (2.1)
Syntax
C# |
---|
public override bool Equals( Object obj ) |
Visual Basic |
---|
Public Overrides Function Equals ( _ obj As Object _ ) As Boolean |
Visual C++ |
---|
public: virtual bool Equals( Object^ obj ) override |
Parameters
- obj
- Type: System..::..Object
The object to compare
Return Value
true if the specified Object is equal to this instance; otherwise, false.
Exceptions
Exception | Condition |
---|---|
System..::..NullReferenceException | The obj parameter is null. |