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