UInt64.IEqualityOperators<UInt64,UInt64,Boolean>.Inequality 연산자

정의

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

 static bool System.Numerics.IEqualityOperators<System.UInt64,System.UInt64,System.Boolean>.operator !=(System::UInt64 left, System::UInt64 right) = System::Numerics::IEqualityOperators<System::UInt64, System::UInt64, bool>::op_Inequality;
static bool IEqualityOperators<ulong,ulong,bool>.operator != (ulong left, ulong right);
static member System.Numerics.IEqualityOperators<System.UInt64,System.UInt64,System.Boolean>.op_Inequality : uint64 * uint64 -> bool
 Shared Operator != (left As ULong, right As ULong) As Boolean Implements IEqualityOperators(Of ULong, ULong, Boolean).op_Inequality

매개 변수

left
UInt64

와 비교할 값입니다 right.

right
UInt64

와 비교할 값입니다 left.

반환

trueleft와 다르면 right이고, 그러지 않으면 false입니다.

구현

적용 대상