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

Return Value

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

Implements

IEquatable.T..Equals(T)

Reference

Symbol Class

Equals Overload

TcHmiSrv.Core.Tools.DynamicSymbols Namespace