UInt128.Equality(UInt128, UInt128) 연산자

정의

두 값을 비교하여 같음을 확인합니다.

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

매개 변수

left
UInt128

비교할 값입니다 right.

right
UInt128

비교할 값입니다 left.

반품

가 같으면 /&이고 , 그렇지 않으면 .

구현

적용 대상