[]
        
(Showing Draft Content)

C1.Util.DX.PointerSize.op_Equality

operator == Operator

operator ==(PointerSize, PointerSize)

Tests for equality between two objects.

Declaration
public static bool operator ==(PointerSize left, PointerSize right)
Parameters
Type Name Description
PointerSize left

The first value to compare.

PointerSize right

The second value to compare.

Returns
Type Description
bool

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