14.2.5.12 operator |

This method returns the result of bitwise OR operation of two OracleBoolean instances.

Declaration

// C#
public static operator | (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 OR operation of two OracleBoolean instances.

Remarks

If either of the specified OracleBoolean instances is null, an OracleBoolean with a null value will be returned.