Compartilhar via


DkmStackMemoryRange.GreaterThanOrEqual Operator

Definition

Compare two elements of the DkmStackMemoryRange sructure.

public:
 static bool operator >=(Microsoft::VisualStudio::Debugger::CallStack::DkmStackMemoryRange element0, Microsoft::VisualStudio::Debugger::CallStack::DkmStackMemoryRange element1);
public static bool operator >= (Microsoft.VisualStudio.Debugger.CallStack.DkmStackMemoryRange element0, Microsoft.VisualStudio.Debugger.CallStack.DkmStackMemoryRange element1);
static member ( >= ) : Microsoft.VisualStudio.Debugger.CallStack.DkmStackMemoryRange * Microsoft.VisualStudio.Debugger.CallStack.DkmStackMemoryRange -> bool
Public Shared Operator >= (element0 As DkmStackMemoryRange, element1 As DkmStackMemoryRange) As Boolean

Parameters

element0
DkmStackMemoryRange

Left side of the comparison

element1
DkmStackMemoryRange

Right side of the comparison

Returns

Returns Boolean.

Applies to