Table of Contents

Operator operator ==

Namespace
Zyl.VectorTraits.ExTypes
Assembly
VectorTraits.dll

operator ==(ExInt128, ExInt128)

Compares two values to determine equality.

public static bool operator ==(ExInt128 left, ExInt128 right)

Parameters

left ExInt128

The value to compare with right.

right ExInt128

The value to compare with left.

Returns

bool

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