operator ==
This static operator determines if two OracleString values are equal.
                  
Declaration
// C# public static bool operator == (OracleString value1, OracleString value2);
Parameters
- 
                        value1The first OracleString.
- 
                        value2The second OracleString.
Return Value
Returns true if two OracleString values are equal; otherwise, returns false.
                  
Remarks
The following rules apply to the behavior of this method.
- 
                        Any OracleStringthat has a value is greater than anOracleStringthat has a null value.
- 
                        Two OracleStrings that contain a null value are equal.