Partager via


UtfAnyString.CompareTo Méthode

Définition

Surcharges

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

Paramètres

other
Utf8Span

Retours

S’applique à

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

Paramètres

other
Utf8String

Retours

Implémente

S’applique à

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

Paramètres

other
UtfAnyString

Retours

Implémente

S’applique à

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

Paramètres

other
String

Retours

Implémente

S’applique à