UInt128.GreaterThan(UInt128, UInt128) Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Compares two values to determine which is greater.
public:
static bool operator >(UInt128 left, UInt128 right) = System::Numerics::IComparisonOperators<UInt128, UInt128, bool>::op_GreaterThan;
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
The value to compare with right
.
- right
- UInt128
The value to compare with left
.
true
if left
is greater than right
; otherwise, false
.
Applies to
Produs | Versiuni |
---|---|
.NET | 7, 8, 9, 10 |
Feedback pentru .NET
.NET este un proiect open source. Selectați un link pentru a oferi feedback: