TIBCO Enterprise Message Service 4.3.0 .NET Client Class Library

Topic.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 Topic 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 Topic 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

Topic Class | TIBCO.EMS Namespace