UtfAnyString.CompareTo Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
CompareTo(Utf8Span) | |
CompareTo(Utf8String) | |
CompareTo(UtfAnyString) | |
CompareTo(String) |
CompareTo(Utf8Span)
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
Parameters
- other
- Utf8String
Returns
Implements
Applies to
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
Parameters
- other
- UtfAnyString
Returns
Implements
Applies to
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
Parameters
- other
- String
Returns
Implements
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET