DkmStackMemoryRange.GreaterThan(DkmStackMemoryRange, DkmStackMemoryRange) Operador
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Compare dois elementos do 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
Parâmetros
- element0
- DkmStackMemoryRange
Lado esquerdo da comparação
- element1
- DkmStackMemoryRange
Lado direito da comparação
Retornos
Retorna Boolean.