Equals
This method determines whether or not the specified object has the same time interval as the current instance.
                  
Declaration
// C#
public override bool Equals(object obj);Parameters
- 
                        objThe specified object. 
Return Value
Returns true if obj is of type OracleIntervalDS and has the same time interval as the current instance; 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.