AmsNetId.NetIdsEqual Method (.Byte., .Byte.)
Compares the NetIds
Namespace: TwinCAT.Ads
Assembly: TwinCAT.Ads (in TwinCAT.Ads.dll)
Version: 4.3.0.0
Syntax
C#
public static bool NetIdsEqual(
byte[] netId1,
byte[] netId2
)
VB
Public Shared Function NetIdsEqual (
netId1 As Byte(),
netId2 As Byte()
) As Boolean
Parameters
netId1 |
Type: .System.Byte. |
netId2 |
Type: .System.Byte. |
Return Value
Type: Boolean
true if XXXX, false otherwise.