StateInfo.Equals Method (Object)

Determines whether the specified Object is equal to this instance.

Namespace:  TwinCAT.Ads
Assembly:  TwinCAT.Ads (in TwinCAT.Ads.dll) Version: 4.3.0.0

Syntax

C#

public override bool Equals(
    Object ob
)

VB

Public Overrides Function Equals ( 
    ob As Object
) As Boolean

Parameters

ob

Type: System.Object
The Object to compare with this instance.

Return Value

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

Reference

StateInfo Structure

Equals Overload

TwinCAT.Ads Namespace