Utf8Span.GreaterThan Operator

Definition

Overloads

GreaterThan(Utf8Span, Utf8Span)
GreaterThan(Utf8Span, String)
GreaterThan(String, Utf8Span)

GreaterThan(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

GreaterThan(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

GreaterThan(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