LessThanOrEqual
This static method determines whether or not the first of two OracleIntervalYM values is less than or equal to the second.
Declaration
// C# public static bool LessThanOrEqual(OracleIntervalYM val1, OracleIntervalYM val2);
Parameters
-
val1The first
OracleIntervalYM. -
val2The second
OracleIntervalYM.
Return Value
Returns true if the first of two OracleIntervalYM values is less than or equal to the second. Returns false otherwise.
Remarks
The following rules apply to the behavior of this method.
-
Any
OracleIntervalYMthat has a value compares greater than anOracleIntervalYMthat has a null value. -
Two
OracleIntervalYMs that contain a null value are equal.