UInt128.Equality(UInt128, UInt128) Operador

Definição

Compara dois valores para determinar a igualdade.

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

Parâmetros

left
UInt128

O valor a ser comparado com right.

right
UInt128

O valor a ser comparado com left.

Retornos

true se left for igual a right; caso contrário, false.

Implementações

Aplica-se a