IntPtr.IComparisonOperators<IntPtr,IntPtr,Boolean>.GreaterThanOrEqual 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 or equal.
static bool System.Numerics.IComparisonOperators<nint,nint,System.Boolean>.operator >=(IntPtr left, IntPtr right) = System::Numerics::IComparisonOperators<IntPtr, IntPtr, bool>::op_GreaterThanOrEqual;
static bool IComparisonOperators<IntPtr,IntPtr,bool>.operator >= (IntPtr left, IntPtr right);
static member ( >= ) : nativeint * nativeint -> bool
Shared Operator >= (left As IntPtr, right As IntPtr) As Boolean Implements IComparisonOperators(Of IntPtr, IntPtr, Boolean).op_GreaterThanOrEqual
Parameters
- left
-
IntPtr
nativeint
The value to compare with right
.
- right
-
IntPtr
nativeint
The value to compare with left
.
Returns
true
if left
is greater than or equal to right
; otherwise, false
.
Implements
Applies to
ทํางานร่วมกับเราใน GitHub
แหล่งที่มาสำหรับเนื้อหานี้สามารถพบได้บน GitHub ซึ่งคุณยังสามารถสร้างและตรวจสอบปัญหาและคำขอดึงข้อมูลได้ สำหรับข้อมูลเพิ่มเติม ให้ดูคู่มือผู้สนับสนุนของเรา