Symbol.Equals Method (Symbol)
Indicates whether the current Symbol is equal to another Symbol.
Namespace: TcHmiSrv.Core.Tools.DynamicSymbols
Assembly: TcHmiSrvExtNet.Core (in
TcHmiSrvExtNet.Core.dll) Version: 1.3.0.0
Syntax
C#
public bool Equals(
Symbol other
)
Parameters
other |
Type: TcHmiSrv.Core.Tools.DynamicSymbols.Symbol |
Return Value
Type: Boolean
true if the current Symbol is equal to
the other Symbol; otherwise,
false.