dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleBinary Structure / Greater Than or Equal Operator
First OracleBinary.
Second OracleBinary.

In This Topic
Greater Than or Equal Operator (OracleBinary)
In This Topic
Compares two OracleBinary structures to determine if the first is greater than or equal to the second.
Syntax
'Declaration
 
Public Operator >=( _
   ByVal value1 As OracleBinary, _
   ByVal value2 As OracleBinary _
) As Boolean
 

Parameters

value1
First OracleBinary.
value2
Second OracleBinary.

Return Value

true if the first of two OracleBinary values is greater than or equal to the second; otherwise, false.
See Also