Freigeben über


SourceLocation.GreaterThan(SourceLocation, SourceLocation) Operator

Definition

Dieser Typ/Member unterstützt die .NET Framework-Infrastruktur und ist nicht für die direkte Verwendung aus Ihrem Code vorgesehen. Bestimmt, ob das erste Objekt größer als das zweite Objekt ist.

public static bool operator >(System.Web.Razor.Text.SourceLocation left, System.Web.Razor.Text.SourceLocation right);
static member ( > ) : System.Web.Razor.Text.SourceLocation * System.Web.Razor.Text.SourceLocation -> bool
Public Shared Operator > (left As SourceLocation, right As SourceLocation) As Boolean

Parameter

left
SourceLocation

Das erste Objekt.

right
SourceLocation

Das zweite Objekt.

Gibt zurück

true, wenn das erste Objekt größer als das zweite Objekt ist; andernfalls false.

Gilt für: