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.
NetID1

netId2

Type: .System.Byte.
NetId2

Return Value

Type: Boolean
true if XXXX, false otherwise.

Reference

AmsNetId Class

NetIdsEqual Overload

TwinCAT.Ads Namespace