UInt128.Equality(UInt128, UInt128) Operatore

Definizione

Confronta due valori per determinare l'uguaglianza.

public:
 static bool operator ==(UInt128 left, UInt128 right) = System::Numerics::IEqualityOperators<UInt128, UInt128, bool>::op_Equality;
public static bool operator == (UInt128 left, UInt128 right);
static member ( = ) : UInt128 * UInt128 -> bool
Public Shared Operator == (left As UInt128, right As UInt128) As Boolean

Parametri

left
UInt128

Valore da confrontare con right.

right
UInt128

Valore da confrontare con left.

Restituisce

true se left è uguale a right; in caso contrario, false.

Implementazioni

Si applica a