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