[]
        
(Showing Draft Content)

C1.Util.DX.PointerSize.op_Inequality

operator != Operator

operator !=(PointerSize, PointerSize)

Tests for inequality 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 a different value than right; otherwise, false.