Route.Equals Method

Determines whether the specified Object is equal to this instance.

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

Syntax

C#

public override bool Equals(
    Object? obj
)

Parameters

obj

Type: System.Object
The object to compare with the current object.

Return Value

Type: Boolean
true if the specified Object is equal to this instance; otherwise, false.

Reference

Route Class

TwinCAT.Ads.TcpRouter Namespace