Freigeben über


SourceLocation.LessThan(SourceLocation, SourceLocation) Betreiber

Definition

Bestimmt, ob der erste Operand kleiner 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 kleiner als rightist.

Gilt für: