UInt32Ptr.Equality Operator

Implements the == operator.

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

Syntax

C#

public static bool operator ==(
    UInt32Ptr value1,
    UInt32Ptr value2
)

Parameters

value1

Type: TwinCAT.TypeSystem.UInt32Ptr
The value1.

value2

Type: TwinCAT.TypeSystem.UInt32Ptr
The value2.

Return Value

Type: Boolean
The result of the operator.

Reference

UInt32Ptr Structure

TwinCAT.TypeSystem Namespace