public bool operator ==( Terminal thisTerminal, Terminal otherTerminal )
Public Operator =( _ ByVal thisTerminal As Terminal, _ ByVal otherTerminal As Terminal _ ) As Boolean
Parameters
- thisTerminal
- The base terminal.
- otherTerminal
- The comparison terminal.
Return Value
True if the two objects are equal.