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

  • value1

    An OracleBoolean instance

  • value2

    An OracleBoolean instance

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.