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

Utf8Span.LessThanOrEqual 运算符

定义

重载

LessThanOrEqual(Utf8Span, String)
LessThanOrEqual(Utf8Span, Utf8Span)
LessThanOrEqual(String, Utf8Span)

LessThanOrEqual(Utf8Span, String)

public static bool operator <= (Microsoft.Azure.Cosmos.Core.Utf8.Utf8Span left, string right);
static member ( <= ) : Microsoft.Azure.Cosmos.Core.Utf8.Utf8Span * string -> bool
Public Shared Operator <= (left As Utf8Span, right As String) As Boolean

参数

left
Utf8Span
right
String

返回

适用于

LessThanOrEqual(Utf8Span, Utf8Span)

public static bool operator <= (Microsoft.Azure.Cosmos.Core.Utf8.Utf8Span left, Microsoft.Azure.Cosmos.Core.Utf8.Utf8Span right);
static member ( <= ) : Microsoft.Azure.Cosmos.Core.Utf8.Utf8Span * Microsoft.Azure.Cosmos.Core.Utf8.Utf8Span -> bool
Public Shared Operator <= (left As Utf8Span, right As Utf8Span) As Boolean

参数

left
Utf8Span
right
Utf8Span

返回

适用于

LessThanOrEqual(String, Utf8Span)

public static bool operator <= (string left, Microsoft.Azure.Cosmos.Core.Utf8.Utf8Span right);
static member ( <= ) : string * Microsoft.Azure.Cosmos.Core.Utf8.Utf8Span -> bool
Public Shared Operator <= (left As String, right As Utf8Span) As Boolean

参数

left
String
right
Utf8Span

返回

适用于