Symbol.Equality Operator

Operator==

Namespace:  TwinCAT.Ads.TypeSystem
Assembly:  TwinCAT.Ads (in TwinCAT.Ads.dll) Version: 6.0.328+39e3229

Syntax

C#

public static bool operator ==(
    Symbol? o1,
    Symbol? o2
)

Parameters

o1

Type: TwinCAT.Ads.TypeSystem.Symbol
The o1.

o2

Type: TwinCAT.Ads.TypeSystem.Symbol
The o2.

Return Value

Type: Boolean
The result of the operator.

Reference

Symbol Class

TwinCAT.Ads.TypeSystem Namespace