Equals
This method determines whether or not an object has the same date and time as the current OracleDate instance.
                  
Declaration
// C#
public override bool Equals( object obj);Parameters
- 
                        objAn object. 
Return Value
Returns true if obj has the same type as the current instance and represents the same date and time; otherwise returns false.
                  
Remarks
The following rules apply to the behavior of this method.
- 
                        Any OracleDatethat has a value compares greater than anOracleDatethat has a null value.
- 
                        Two OracleDates that contain a null value are equal.