14.2.4.1 And
This method returns the result of bitwise AND operation of two OracleBoolean instances. 
                  
Declaration
// C# public static OracleBoolean And(OracleBoolean value1, OracleBoolean value2);
Parameters
- 
                        value1An OracleBooleaninstance
- 
                        value2An OracleBooleaninstance
Return Value
An OracleBoolean that contains the value of the result of bitwise AND operation of two OracleBoolean instances.
                  
Remarks
If either of the specified OracleBoolean instances is null, an OracleBoolean with a null value will be returned.