AmsNetId.IsEqual Method
Determines whether the specified AmsNetIds are equal.
          Namespace:  TwinCAT.Ads
Assembly:  TwinCAT.Ads (in TwinCAT.Ads.dll)
Version: 4.3.0.0
Syntax
C#
public static bool IsEqual(
AmsNetId netIDA,
AmsNetId netIDB
)
VB
Public Shared Function IsEqual (
netIDA As AmsNetId,
netIDB As AmsNetId
) As Boolean
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.