UtfAnyString.LessThan Operador
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
LessThan(String, UtfAnyString)
public static bool operator < (string left, Microsoft.Azure.Cosmos.Core.Utf8.UtfAnyString right);
static member ( < ) : string * Microsoft.Azure.Cosmos.Core.Utf8.UtfAnyString -> bool
Public Shared Operator < (left As String, right As UtfAnyString) As Boolean
Parâmetros
- left
- String
- right
- UtfAnyString
Retornos
Aplica-se a
LessThan(UtfAnyString, String)
public static bool operator < (Microsoft.Azure.Cosmos.Core.Utf8.UtfAnyString left, string right);
static member ( < ) : Microsoft.Azure.Cosmos.Core.Utf8.UtfAnyString * string -> bool
Public Shared Operator < (left As UtfAnyString, right As String) As Boolean
Parâmetros
- left
- UtfAnyString
- right
- String
Retornos
Aplica-se a
LessThan(UtfAnyString, UtfAnyString)
public static bool operator < (Microsoft.Azure.Cosmos.Core.Utf8.UtfAnyString left, Microsoft.Azure.Cosmos.Core.Utf8.UtfAnyString right);
static member ( < ) : Microsoft.Azure.Cosmos.Core.Utf8.UtfAnyString * Microsoft.Azure.Cosmos.Core.Utf8.UtfAnyString -> bool
Public Shared Operator < (left As UtfAnyString, right As UtfAnyString) As Boolean
Parâmetros
- left
- UtfAnyString
- right
- UtfAnyString
Retornos
Aplica-se a
LessThan(UtfAnyString, Utf8Span)
public static bool operator < (Microsoft.Azure.Cosmos.Core.Utf8.UtfAnyString left, Microsoft.Azure.Cosmos.Core.Utf8.Utf8Span right);
static member ( < ) : Microsoft.Azure.Cosmos.Core.Utf8.UtfAnyString * Microsoft.Azure.Cosmos.Core.Utf8.Utf8Span -> bool
Public Shared Operator < (left As UtfAnyString, right As Utf8Span) As Boolean
Parâmetros
- left
- UtfAnyString
- right
- Utf8Span
Retornos
Aplica-se a
LessThan(Utf8String, UtfAnyString)
public static bool operator < (Microsoft.Azure.Cosmos.Core.Utf8.Utf8String left, Microsoft.Azure.Cosmos.Core.Utf8.UtfAnyString right);
static member ( < ) : Microsoft.Azure.Cosmos.Core.Utf8.Utf8String * Microsoft.Azure.Cosmos.Core.Utf8.UtfAnyString -> bool
Public Shared Operator < (left As Utf8String, right As UtfAnyString) As Boolean
Parâmetros
- left
- Utf8String
- right
- UtfAnyString
Retornos
Aplica-se a
LessThan(Utf8Span, UtfAnyString)
public static bool operator < (Microsoft.Azure.Cosmos.Core.Utf8.Utf8Span left, Microsoft.Azure.Cosmos.Core.Utf8.UtfAnyString right);
static member ( < ) : Microsoft.Azure.Cosmos.Core.Utf8.Utf8Span * Microsoft.Azure.Cosmos.Core.Utf8.UtfAnyString -> bool
Public Shared Operator < (left As Utf8Span, right As UtfAnyString) As Boolean
Parâmetros
- left
- Utf8Span
- right
- UtfAnyString
Retornos
Aplica-se a
LessThan(UtfAnyString, Utf8String)
public static bool operator < (Microsoft.Azure.Cosmos.Core.Utf8.UtfAnyString left, Microsoft.Azure.Cosmos.Core.Utf8.Utf8String right);
static member ( < ) : Microsoft.Azure.Cosmos.Core.Utf8.UtfAnyString * Microsoft.Azure.Cosmos.Core.Utf8.Utf8String -> bool
Public Shared Operator < (left As UtfAnyString, right As Utf8String) As Boolean
Parâmetros
- left
- UtfAnyString
- right
- Utf8String
Retornos
Aplica-se a
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for .NET