Compartilhar via


UtfAnyString.CompareTo Método

Definição

Sobrecargas

CompareTo(Utf8Span)
CompareTo(Utf8String)
CompareTo(UtfAnyString)
CompareTo(String)

CompareTo(Utf8Span)

public int CompareTo (Microsoft.Azure.Cosmos.Core.Utf8.Utf8Span other);
member this.CompareTo : Microsoft.Azure.Cosmos.Core.Utf8.Utf8Span -> int
Public Function CompareTo (other As Utf8Span) As Integer

Parâmetros

other
Utf8Span

Retornos

Aplica-se a

CompareTo(Utf8String)

public int CompareTo (Microsoft.Azure.Cosmos.Core.Utf8.Utf8String other);
abstract member CompareTo : Microsoft.Azure.Cosmos.Core.Utf8.Utf8String -> int
override this.CompareTo : Microsoft.Azure.Cosmos.Core.Utf8.Utf8String -> int
Public Function CompareTo (other As Utf8String) As Integer

Parâmetros

other
Utf8String

Retornos

Implementações

Aplica-se a

CompareTo(UtfAnyString)

public int CompareTo (Microsoft.Azure.Cosmos.Core.Utf8.UtfAnyString other);
abstract member CompareTo : Microsoft.Azure.Cosmos.Core.Utf8.UtfAnyString -> int
override this.CompareTo : Microsoft.Azure.Cosmos.Core.Utf8.UtfAnyString -> int
Public Function CompareTo (other As UtfAnyString) As Integer

Parâmetros

other
UtfAnyString

Retornos

Implementações

Aplica-se a

CompareTo(String)

public int CompareTo (string other);
abstract member CompareTo : string -> int
override this.CompareTo : string -> int
Public Function CompareTo (other As String) As Integer

Parâmetros

other
String

Retornos

Implementações

Aplica-se a