StateInfo.Equality Operator

Implements the ==.

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

Syntax

C#

public static bool operator ==(
    StateInfo a,
    StateInfo b
)

VB

Public Shared Operator = ( 
    a As StateInfo,
    b As StateInfo
) As Boolean

Parameters

a

Type: TwinCAT.Ads.StateInfo
a.

b

Type: TwinCAT.Ads.StateInfo
The b.

Return Value

Type: Boolean
The result of the operator.

Reference

StateInfo Structure

TwinCAT.Ads Namespace