你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

Utf8Span.CompareTo 方法

定义

重载

CompareTo(Utf8Span)
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

参数

other
Utf8Span

返回

适用于

CompareTo(String)

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

参数

other
String

返回

适用于