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
)
Return Value
Type: Boolean
true if the Symbols are equal,
false otherwise.
Implements
IEquatable.T..Equals(T)