Partager via


SourceLocation.GreaterThan(SourceLocation, SourceLocation) Opérateur

Définition

Détermine si le premier opérande est supérieur au deuxième opérande.

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

Paramètres

left
SourceLocation

Opérande de gauche.

right
SourceLocation

Opérande de droite.

Retours

true si left est supérieur à right.

S’applique à