SourceLocation.GreaterThan(SourceLocation, SourceLocation) 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.
Determina se o primeiro operando é maior que o segundo operando.
public:
static bool operator >(Microsoft::AspNetCore::Razor::SourceLocation left, Microsoft::AspNetCore::Razor::SourceLocation right);
public static bool operator > (Microsoft.AspNetCore.Razor.SourceLocation left, Microsoft.AspNetCore.Razor.SourceLocation right);
static member ( > ) : Microsoft.AspNetCore.Razor.SourceLocation * Microsoft.AspNetCore.Razor.SourceLocation -> bool
Public Shared Operator > (left As SourceLocation, right As SourceLocation) As Boolean
Parâmetros
- left
- SourceLocation
O operando esquerdo.
- right
- SourceLocation
O operando direito.
Retornos
true
se left
for maior que right
.