StateInfo.Equals Method (StateInfo)

Determines whether the specified StateInfo is equal to this instance.

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

Syntax

C#

public bool Equals(
    StateInfo info
)

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.

Implements

IEquatable.T..Equals(T)

Reference

StateInfo Structure

Equals Overload

TwinCAT.Ads Namespace