| Devart.Data.Oracle Namespace > OracleDate Structure : GreaterThanOrEqual Method (OracleDate) |
Determines whether the first of two OracleDate values is greater than or equal to the second.
[Visual Basic]
Public Shared Function GreaterThanOrEqual( _
ByVal value1 As OracleDate, _
ByVal value2 As OracleDate _
) As Boolean [C#]
public static bool GreaterThanOrEqual(
OracleDate value1,
OracleDate value2
);true if the first of two OracleDate values is greater than or equal to the second; otherwise, false.
OracleDate Structure | OracleDate Members
© 2002 - 2013 Devart. All Rights Reserved.