| Name | Description | |
|---|---|---|
![]() | OracleBoolean Constructor | Overloaded. Initializes a new instance of the OracleBoolean structure. |
The following tables list the members exposed by OracleBoolean.
| Name | Description | |
|---|---|---|
![]() | OracleBoolean Constructor | Overloaded. Initializes a new instance of the OracleBoolean structure. |
| Name | Description | |
|---|---|---|
![]() ![]() | False | Represents a false value that can be assigned to the Value property of an instance of the OracleBoolean structure. |
![]() ![]() | Null | Represents a null value that can be assigned to an OracleBoolean object. |
![]() ![]() | One | Represents the value 1. |
![]() ![]() | True | Represents a true value that can be assigned to the Value property of an instance of the OracleBoolean structure. |
![]() ![]() | Zero | Represents the zero value. |
| Name | Description | |
|---|---|---|
![]() | ByteValue | Gets the value of the OracleBoolean structure as a byte. |
![]() | IsFalse | Indicates whether the current Value value is false. |
![]() | IsNull | Gets a value indicating whether the Value property of the OracleBoolean is Null. |
![]() | IsTrue | Indicates whether the current Value value is true. |
![]() | Value | Gets the value of the OracleBoolean structure. |
| Name | Description | |
|---|---|---|
![]() ![]() | And | Adds two OracleBoolean values. |
![]() | CompareTo | Overloaded. Compares the current OracleBoolean object to another one. |
![]() | Equals | Overloaded. Compares the specified object parameter to the Value property of the OracleBoolean object. |
![]() | GetHashCode | Returns a hash code for the OracleBoolean structure. |
![]() ![]() | NotEquals | Determines whether two OracleBoolean values are not equal. |
![]() ![]() | OnesComplement | Performs a ones complement operation on the specified OracleBoolean structure. |
![]() ![]() | op_LogicalNot | Performs a NOT operation on the specified OracleBoolean. |
![]() ![]() | Or | Performs a bitwise OR operation on the two specified OracleBoolean structures. |
![]() ![]() | Parse | Converts the specified System.String to its OracleBoolean equivalent. |
![]() | ToString | Converts the current OracleBoolean value to a System.String. |
![]() ![]() | Xor | Performs a bitwise exclusive-OR operation on the specified parameters. |
And | Computes the bitwise AND of two OracleBoolean structures. |
Or | Computes the bitwise OR of two OracleBoolean structures. |
Equality | Compares two OracleBoolean structures to determine if they are equal. |
Exclusive Or | Performs a bitwise exclusive-OR operation on two OracleBoolean structures. |
Explicit Type Conversion | Overloaded. Converts the System.String parameter to the OracleBoolean. |
False | Tests the Value of the OracleBoolean to determine whether it is false. |
Greater Than | Compares two OracleBoolean structures to determine if the first is greater than the second. |
Greater Than or Equal | Compares two OracleBoolean structures to determine if the first is greater than or equal to the second. |
Implicit Type Conversion | Converts a System.Boolean structure to an OracleBoolean structure. |
Inequality | Determines whether two OracleBoolean values are not equal. |
Less Than | Compares two OracleBoolean structures to determine if the first is less than the second. |
Less Than or Equal | Compares two OracleBoolean structures to determine if the first is less than or equal to the second. |
Logical Not | Performs a NOT operation on the specified OracleBoolean. |
Bitwise Complement | Performs a one's complement operation on the specified OracleBoolean structure. |
True | Tests the Value of the OracleBoolean to determine whether it is true. |