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

In This Topic
Greater Than Operator (OracleBinary)
In This Topic
Compares two OracleBinary structures to determine if the first is greater than 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 the second; otherwise, false.
See Also