Table of Contents

Operator operator !=

Namespace
Zyl.VectorTraits.ExTypes
Assembly
VectorTraits.dll

operator !=(ExUInt128, ExUInt128)

Compares two values to determine inequality.

public static bool operator !=(ExUInt128 left, ExUInt128 right)

Parameters

left ExUInt128

The value to compare with right.

right ExUInt128

The value to compare with left.

Returns

bool

true if left is not equal to right; otherwise, false.