AmsNetId.IsSameTarget Method (AmsNetId, AmsNetId)

Determines whether the AmsNetIds refer to the same target.

Namespace:  TwinCAT.Ads
Assembly:  TwinCAT.Ads.Abstractions (in TwinCAT.Ads.Abstractions.dll) Version: 6.0.328+39e3229

Syntax

C#

public static bool IsSameTarget(
    AmsNetId netIDA,
    AmsNetId netIDB
)

Parameters

netIDA

Type: TwinCAT.Ads.AmsNetId
NetID of target system A

netIDB

Type: TwinCAT.Ads.AmsNetId
NetID of target system B

Return Value

Type: Boolean
true if the target systems are the same, otherwise false.

Remarks

In comparison to the Equals(Object) or Equals(AmsNetId, AmsNetId) methods, this Method alse checks against the LocalHost ID, which means that LocalHost is the same target as Local

Reference

AmsNetId Class

IsSameTarget Overload

TwinCAT.Ads Namespace

AmsNetId.Equals(Object)

AmsNetId.Equals(AmsNetId, AmsNetId)