AmsNetId.Equals Method (AmsNetId, AmsNetId)
Determines whether the specified AmsNetIds are equal.
Namespace: TwinCAT.Ads
Assembly: TwinCAT.Ads.Abstractions (in
TwinCAT.Ads.Abstractions.dll) Version: 6.0.328+39e3229
Syntax
C#
public static bool Equals(
AmsNetId netIDA,
AmsNetId netIDB
)
Parameters
netIDA |
Type: TwinCAT.Ads.AmsNetId |
netIDB |
Type: TwinCAT.Ads.AmsNetId |
Return Value
Type: Boolean
true if the specified net IDA is equal;
otherwise, false.