14.3.5.1 operator ==
This method determines if two OracleDate values are the same.
                  
Declaration
// C# public static bool operator == (OracleDate value1, OracleDate value2);
Parameters
- 
                        value1The first OracleDate.
- 
                        value2The second OracleDate.
Return Value
Returns true if they are the same; 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.