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
The net IDA.

netIDB

Type: TwinCAT.Ads.AmsNetId
The net IDB.

Return Value

Type: Boolean
true if the specified net IDA is equal; otherwise, false.

Reference

AmsNetId Class

Equals Overload

TwinCAT.Ads Namespace