C1.Win.C1DX.4.8 Assembly / C1.Util.DX Namespace / PointerSize Structure / Equality Operator
The first value to compare.
The second value to compare.

In This Topic
Equality Operator (PointerSize)
In This Topic
Tests for equality between two objects.
Syntax
'Declaration
 
Public Operator =( _
   ByVal left As PointerSize, _
   ByVal right As PointerSize _
) As System.Boolean
 

Parameters

left
The first value to compare.
right
The second value to compare.

Return Value

true if left has the same value as right; otherwise, false.
See Also