StateInfo.Equals Method (StateInfo)

Determines whether the specified StateInfo is equal to this instance.

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

Syntax

C#

public bool Equals(
    StateInfo info
)

VB

Public Function Equals ( 
    info As StateInfo
) As Boolean

Parameters

info

Type: TwinCAT.Ads.StateInfo
The StateInfo to compare with this instance.

Return Value

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

Reference

StateInfo Structure

Equals Overload

TwinCAT.Ads Namespace