'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.