UInt128.Equality(UInt128, UInt128) Operátor

Definice

Porovná dvě hodnoty k určení rovnosti.

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

Parametry

left
UInt128

Hodnota, která se má porovnat s right.

right
UInt128

Hodnota, která se má porovnat s left.

Návraty

true, pokud se left rovná right; jinak false.

Implementuje

Platí pro