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
The SymbolWithValue to compare with this SymbolWithValue.

Return Value

Type: Boolean
true if the current SymbolWithValue is equal to the other SymbolWithValue; otherwise, false.

Implements

IEquatable.T..Equals(T)

Reference

SymbolWithValue Class

Equals Overload

TcHmiSrv.Core.Tools.DynamicSymbols Namespace