[TIBCO.EMS.UFOCLIENT .NET client library 7.0 documentation]

Compare with another object for equality.

Namespace:  TIBCO.EMS.UFO
Assembly:  TIBCO.EMS.UFO (in TIBCO.EMS.UFO.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 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.

See Also