Definition.Equality Operator

Determines whether the specified Definition is equal to the current Definition.

Namespace:  TcHmiSrv.DynamicSymbols
Assembly:  TcHmiSrvExtNet.DynamicSymbols (in TcHmiSrvExtNet.DynamicSymbols.dll) Version: 2.0.0.0

Syntax

C#

public static bool operator ==(
    Definition current,
    Definition other
)

Parameters

current

Type: TcHmiSrv.DynamicSymbols.Definition
The current Definition.

other

Type: TcHmiSrv.DynamicSymbols.Definition
The Definition to compare with the current Definition.

Return Value

Type: Boolean
true if the specified Definition is equal to the current Definition; otherwise, false.

Reference

Definition Class

TcHmiSrv.DynamicSymbols Namespace