Int64.IComparisonOperators<Int64,Int64,Boolean>.GreaterThan 運算子

定義

比較兩個值,以判斷哪一個值更大。

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

參數

left
Int64

要與 right 比較的值。

right
Int64

要與 left 比較的值。

傳回

如果 left 大於 right 則為 true,否則為 false

實作

適用於