Table of Contents

Operator operator ==

Namespace
Zyl.VectorTraits.ExTypes
Assembly
VectorTraits.dll

operator ==(ExUInt128, ExUInt128)

Compares two values to determine equality.

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 equal to right; otherwise, false.