14.2.4.2 Equals

This method returns an OracleBoolean that indicates whether or not the two OracleBoolean instances are equal.

Declaration

// C#
public static OracleBoolean Equal(OracleBoolean value1, OracleBoolean value2);

Parameters

  • value1

    An OracleBoolean instance

  • value2

    An OracleBoolean instance

Return Value

An OracleBoolean that is true if the specified two OracleBoolean instances are equal; otherwise, returns an OracleBoolean that is false.

Remarks

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