OracleBoolean Members

OracleBoolean members are listed in the following tables:

OracleBoolean Constructors

OracleBoolean constructors are listed in Table 14-14

Table 14-14 OracleBoolean Constructors

Constructor Description

OracleBoolean Constructors

Instantiates a new instance of OracleBoolean structure (Overloaded)

OracleBoolean Static Fields

The OracleBoolean static fields are listed in Table 14-15.

Table 14-15 OracleBoolean Static Fields

Field Description

False

Represents a false value that can be assigned to an OracleBoolean instance

Null

Represents a null value that can be assigned to an OracleBoolean instance

One

Indicates a constant representing the positive one value

True

Represents a true value that can be assigned to an OracleBoolean instance

Zero

Indicates a constant representing the zero value

OracleBoolean Static Methods

OracleBoolean static methods are listed in Table 14-16

Table 14-16 OracleBoolean Static Methods

Methods Description

And

Returns the result of bitwise AND operation of two OracleBoolean instances

Equals

Determines whether or not the two OracleBoolean values are equal

GreaterThan

Determines whether or not the first of two OracleBoolean values is greater than the second

GreaterThanOrEquals

Determines whether or not the first of two OracleBoolean values is greater than or equal to the second

LessThan

Determines whether or not the first of two OracleBoolean values is less than the second

LessThanOrEquals

Determines whether or not the first of two OracleBoolean values is less than or equal to the second

NotEquals

Determines whether or not two OracleBoolean values are not equal

OnesComplement

Returns the result of a one's complement operation on the specified OracleBoolean value

Or

Returns the result of bitwise OR operation of two OracleBoolean instances

Parse

Returns an OracleBoolean structure and sets its value using a string

Xor

Returns the result of a bitwise exclusive OR operation of two OracleBoolean instances

OracleBoolean Static Operators

The OracleBoolean static operators are listed in Table 14-17.

Table 14-17 OracleBoolean Static Operators

Field Description

operator >

Determines whether or not the first of two OracleBoolean values is greater than the second

operator >=

Determines whether or not the first of two OracleBoolean values is greater than or equal to the second

operator <

Determines whether or not the first of two OracleBoolean values is less than the second

operator <=

Dtermines whether or not the first of two OracleBoolean values is less than or equal to the second

operator ==

Indicates whether or not the two OracleBoolean instances are equal

operator !=

Determines whether or not two OracleBoolean values are not equal

operator !

Determines the result of a NOT operation on a OracleBoolean

operator ~

Returns the result of a one's complement operation on the specified OracleBoolean value

operator false

Determines whether or not the specified OracleBoolean value is false

operator true

Determines whether or not the specified OracleBoolean value is true

operator &

Returns the result of bitwise AND operation of two OracleBoolean instances

operator |

Returns the result of bitwise OR operation of two OracleBoolean instances

operator ^

Returns the result of bitwise exclusive OR operation of two OracleBoolean instances

The OracleBoolean Static Type conversions

The OracleBoolean static type conversions are listed in Table 14-18

Table 14-18 OracleBoolean Static Type Conversions

Field Description

implicit operator OracleBoolean

Returns the OracleBoolean representation of a boolean value

explicit operator bool

Returns the boolean representation of the OracleBoolean value

explicit operator OracleBoolean

Converts a structure to an OracleBoolean structure (Overloaded)

OracleBoolean Properties

The OracleBoolean properties are listed in Table 14-25.

Table 14-19 OracleBoolean Properties

Properties Description

ByteValue

Returns a byte that represents the OracleBoolean structure

IsFalse

Indicates whether or not the value of the current instance is false

IsNull

Indicates whether or not the current instance has a null value

IsTrue

Indicates whether or not the value of the current instance is true

Value

Returns a boolean value that represents the current instance

OracleBoolean Instance Methods

The OracleBoolean instance methods are listed in Table 14-20.

Table 14-20 OracleBoolean Instance Methods

Method Description

CompareTo

Compares the current instance to the supplied object and returns an integer that represents their relative values

Equals

Determines whether or not an object is an instance of OracleBoolean, and whether or not the value of the object is equal to the current instance

GetHashCode

Returns a hash code for the current instance

ToString

Returns the string representation of the current instance