dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleJson Structure / GreaterThanOrEqual Method
The first OracleJson.
The second OracleJson.

In This Topic
    GreaterThanOrEqual Method (OracleJson)
    In This Topic
    Determines whether the first of two OracleJson values is greater than or equal to the second.
    Syntax
    'Declaration
     
    Public Shared Function GreaterThanOrEqual( _
       ByVal value1 As OracleJson, _
       ByVal value2 As OracleJson _
    ) As Boolean
    public static bool GreaterThanOrEqual( 
       OracleJson value1,
       OracleJson value2
    )

    Parameters

    value1
    The first OracleJson.
    value2
    The second OracleJson.

    Return Value

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