'Declaration Public Shared Function LessThanOrEqual( _ ByVal value1 As OracleJson, _ ByVal value2 As OracleJson _ ) As Boolean
public static bool LessThanOrEqual( OracleJson value1, OracleJson value2 )
Parameters
- value1
- The first OracleJson.
- value2
- The second OracleJson.
Return Value
true if the first of two OracleJson values is less than or equal to the second; otherwise, false.