Compartilhar via


Utf8Span.LessThan Operador

Definição

Sobrecargas

LessThan(Utf8Span, Utf8Span)
LessThan(Utf8Span, String)
LessThan(String, Utf8Span)

LessThan(Utf8Span, Utf8Span)

public static bool operator < (Microsoft.Azure.Cosmos.Core.Utf8.Utf8Span left, Microsoft.Azure.Cosmos.Core.Utf8.Utf8Span right);
static member ( < ) : Microsoft.Azure.Cosmos.Core.Utf8.Utf8Span * Microsoft.Azure.Cosmos.Core.Utf8.Utf8Span -> bool
Public Shared Operator < (left As Utf8Span, right As Utf8Span) As Boolean

Parâmetros

left
Utf8Span
right
Utf8Span

Retornos

Aplica-se a

LessThan(Utf8Span, String)

public static bool operator < (Microsoft.Azure.Cosmos.Core.Utf8.Utf8Span left, string right);
static member ( < ) : Microsoft.Azure.Cosmos.Core.Utf8.Utf8Span * string -> bool
Public Shared Operator < (left As Utf8Span, right As String) As Boolean

Parâmetros

left
Utf8Span
right
String

Retornos

Aplica-se a

LessThan(String, Utf8Span)

public static bool operator < (string left, Microsoft.Azure.Cosmos.Core.Utf8.Utf8Span right);
static member ( < ) : string * Microsoft.Azure.Cosmos.Core.Utf8.Utf8Span -> bool
Public Shared Operator < (left As String, right As Utf8Span) As Boolean

Parâmetros

left
String
right
Utf8Span

Retornos

Aplica-se a