OpenXmlComparableSimpleValue<T>.GreaterThanOrEqual Operator

Definition

Determines whether the left operand is greater than or equal to the right operand.

public static bool operator >= (DocumentFormat.OpenXml.OpenXmlComparableSimpleValue<T> left, DocumentFormat.OpenXml.OpenXmlComparableSimpleValue<T> right);
static member ( >= ) : DocumentFormat.OpenXml.OpenXmlComparableSimpleValue<'T (requires 'T : struct)> * DocumentFormat.OpenXml.OpenXmlComparableSimpleValue<'T (requires 'T : struct)> -> bool
Public Shared Operator >= (left As OpenXmlComparableSimpleValue(Of T), right As OpenXmlComparableSimpleValue(Of T)) As Boolean

Parameters

left
OpenXmlComparableSimpleValue<T>

The left operand, or null.

right
OpenXmlComparableSimpleValue<T>

The right operand, or null.

Returns

True if the left operand is greater than or equal to the right operand; otherwise, false.

Applies to