다음을 통해 공유


UInt128.Inequality(UInt128, UInt128) 연산자

정의

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

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

매개 변수

left
UInt128

right비교할 값입니다.

right
UInt128

left비교할 값입니다.

반환

left right같지 않으면 true; 그렇지 않으면 false.

구현

적용 대상