Share via


Date.GreaterThanOrEqual(Date, Date) Operator

Definition

Determines whether one specified Date is greater equal to another specified Date

public static bool operator >= (Microsoft.OData.Edm.Date firstOperand, Microsoft.OData.Edm.Date secondOperand);
static member ( >= ) : Microsoft.OData.Edm.Date * Microsoft.OData.Edm.Date -> bool
Public Shared Operator >= (firstOperand As Date, secondOperand As Date) As Boolean

Parameters

firstOperand
Date

The first object to compare.

secondOperand
Date

The second object to compare.

Returns

true if firstOperand is greater equal to secondOperand; otherwise, false.

Applies to