WebSphere Message Broker™ V8.0.0.0 .NET Plugin Node API
Equals Method (terminal)
NamespacesIBM.Broker.PluginNBTerminalEquals(NBTerminal)
SUMMARY
Returns true if the two NBTerminal object references refer to the same terminal.
Declaration Syntax
C#Visual BasicVisual C++F#
public virtual bool Equals(
	NBTerminal terminal
)
Public Overridable Function Equals ( _
	terminal As NBTerminal _
) As Boolean
public:
virtual bool Equals(
	NBTerminal^ terminal
)
abstract Equals : 
        terminal:NBTerminal -> bool 
override Equals : 
        terminal:NBTerminal -> bool 
Parameters
terminal (NBTerminal)
The terminal string.
Return Value
True if this terminal is the same as the terminal argument, false otherwise.

Assembly: IBM.Broker.Plugin (Module: IBM.Broker.Plugin) Version: 8.0.0.0