Int64.IEqualityOperators<Int64,Int64,Boolean>.Inequality 運算子

定義

比較兩個值來判斷不相等。

 static bool System.Numerics.IEqualityOperators<System.Int64,System.Int64,System.Boolean>.operator !=(long left, long right) = System::Numerics::IEqualityOperators<long, long, bool>::op_Inequality;
static bool IEqualityOperators<long,long,bool>.operator != (long left, long right);
static member System.Numerics.IEqualityOperators<System.Int64,System.Int64,System.Boolean>.op_Inequality : int64 * int64 -> bool
 Shared Operator != (left As Long, right As Long) As Boolean Implements IEqualityOperators(Of Long, Long, Boolean).op_Inequality

參數

left
Int64

要與 right 比較的值。

right
Int64

要與 left 比較的值。

傳回

如果 true 不等於 left,則為 right,否則為 false

實作

適用於