TIBCO Enterprise Message Service 4.3.0 .NET Client Class Library

Queue.Equals Method 

Compare with another object for equality.

public override bool Equals(
   object obj
);

Parameters

obj
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.
For complete details, see the corresponding item in the book TIBCO Enterprise Message Service .NET Reference.

See Also

Queue Class | TIBCO.EMS Namespace