[TIBCO.EMS .NET client library 6.0 documentation]
Assembly: TIBCO.EMS (in TIBCO.EMS.dll)
Compare with another object for equality.
Namespace:
TIBCO.EMSAssembly: TIBCO.EMS (in TIBCO.EMS.dll)
Syntax
public override bool Equals( Object obj ) |
Public Overrides Function Equals ( _ obj As Object _ ) As Boolean |
public: virtual bool Equals( Object^ obj ) override |
Parameters
- obj
- Type: System..::.Object
The object to compare with
Return Value
true if the object passed is also of type Queue and has the same address as the current instance, false otherwise.
Remarks
The current instance is said to be equals to another
object when the latter is also a Queue instance and
both have the same address.