Symbol.Equals Method (Symbol)

Equalses the specified inst.

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

Syntax

C#

public bool Equals(
    Symbol? inst
)

Parameters

inst

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

Return Value

Type: Boolean
true if the Symbols are equal, false otherwise.

Implements

IEquatable.T..Equals(T)

Reference

Symbol Class

Equals Overload

TwinCAT.Ads.TypeSystem Namespace