14.5.4.1 Equals
This static method determines whether or not two OracleIntervalDS values are equal.
                  
Declaration
// C# public static bool Equals(OracleIntervalDS val1, OracleIntervalDS val2);
Parameters
- 
                        
val1The first
OracleIntervalDS. - 
                        
val2The second
OracleIntervalDS. 
Return Value
If the two OracleIntervalDS structures represent the same time interval, returns true; otherwise, returns false.
                  
Remarks
The following rules apply to the behavior of this method.
- 
                        
Any
OracleIntervalDSthat has a value compares greater than anOracleIntervalDSthat has a null value. - 
                        
Two
OracleIntervalDSs that contain a null value are equal.