TechTalk Genome v4.2

NullableBoolean Operators

The operators of the NullableBoolean structure are listed below. For a complete list of NullableBoolean structure members, see the NullableBoolean Members topic.

Public Static Operators

Bitwise And Operator Computes the bitwise AND of two specified NullableBoolean structures.
Bitwise Or Operator Performs a bitwise OR operation on the two specified SqlBoolean structures.
Equality Operator Compares two instances of NullableBoolean for equivalence.
Exclusive Or Operator Performs a bitwise exclusive-OR operation on the supplied parameters.
Explicit NullableSingle to NullableBoolean Conversion Converts the NullableSingle parameter to a NullableBoolean structure.
Explicit NullableUInt64 to NullableBoolean Conversion
Explicit NullableUInt16 to NullableBoolean Conversion
Explicit NullableString to NullableBoolean Conversion Converts the NullableString parameter to a see NullableBoolean structure.
Explicit NullableInt64 to NullableBoolean Conversion Converts the NullableInt64 parameter to a NullableBoolean structure.
Explicit NullableDecimal to NullableBoolean Conversion Converts the NullableDecimal parameter to a NullableBoolean structure.
Explicit NullableDouble to NullableBoolean Conversion Converts the NullableDouble parameter to a NullableBoolean structure.
Explicit NullableInt16 to NullableBoolean Conversion Converts the NullableInt16 parameter to a NullableBoolean structure.
Explicit NullableSByte to NullableBoolean Conversion
Explicit NullableBoolean to Boolean Conversion Converts a NullableBoolean to a bool.
Explicit NullableChar to NullableBoolean Conversion
Explicit NullableByte to NullableBoolean Conversion Converts the NullableByte parameter to a NullableBoolean structure.
Explicit NullableUInt32 to NullableBoolean Conversion
Explicit NullableInt32 to NullableBoolean Conversion Converts the NullableInt32 parameter to a NullableBoolean structure.
False Operator The false operator can be used to test the NullableBoolean.Value of the NullableBoolean to determine whether it is false.
Implicit Boolean to NullableBoolean Conversion Converts the supplied bool value to a NullableBoolean.
Inequality Operator Compares two instances of NullableBoolean for equivalence.
Logical Not Operator Performs a NOT operation on the supplied NullableBoolean structures.
Ones Complement Operator Performs a one's complement operation on the supplied NullableBoolean structures.
True Operator The true operator can be used to test the NullableBoolean.Value of the NullableBoolean to determine whether it is true.

See Also

NullableBoolean Class | NullableBoolean Members | TechTalk.Genome.NullableTypes Namespace