Bagikan melalui


SourceLocation.LessThan(SourceLocation, SourceLocation) Operator

Definisi

Menentukan apakah operand pertama kurang dari operan kedua.

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

Operand kiri.

right
SourceLocation

Operand kanan.

Mengembalikan

true jika left kurang dari right.

Berlaku untuk