NBTerminal Equals Method (NBTerminal)IBM Integration Bus
Returns true if the two NBTerminal object references refer to the same terminal.

Namespace: IBM.Broker.Plugin
Assembly: IBM.Broker.Plugin (in IBM.Broker.Plugin.dll) Version: 9.0.0.0
Syntax

public virtual bool Equals(
	NBTerminal terminal
)

Return Value

Type: OnlineBoolean
True if this terminal is the same as the terminal argument, false otherwise.
See Also