Utf8Span.LessThanOrEqual Operator

Definition

Overloads

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

Parameters

left
Utf8Span
right
String

Returns

Applies to

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

Parameters

left
Utf8Span
right
Utf8Span

Returns

Applies to

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

Parameters

left
String
right
Utf8Span

Returns

Applies to