Freigeben über


SourceLocation.GreaterThan(SourceLocation, SourceLocation) Betreiber

Definition

Bestimmt, ob der erste Operand größer als der zweite Operand ist.

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

Parameter

left
SourceLocation

Der linke Operand.

right
SourceLocation

Der rechte Operand.

Gibt zurück

true , wenn left größer als rightist.

Gilt für: