Equals
This static method determines whether or not two OracleIntervalYM values are equal.
Declaration
// C# public static bool Equals(OracleIntervalYM val1, OracleIntervalYM val2);
Parameters
-
val1An
OracleIntervalYMstructure. -
val2An
OracleIntervalYMstructure.
Return Value
Returns true if two OracleIntervalYM values represent the same time interval, otherwise, returns false.
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.