The methods of the NullableBoolean structure are listed below. For a complete list of NullableBoolean structure members, see the NullableBoolean Members topic.
![]() And | Computes the bitwise AND of two specified NullableBoolean structures. |
![]() Equals | Overloaded. Compares two NullableBoolean structures to determine if they are equivalent. |
![]() NotEquals | Compares two NullableBoolean structures to determine if they are not equivalent. |
![]() OnesComplement | Performs a one's complement operation on the supplied NullableBoolean structure. |
![]() Or | Performs a bitwise OR operation on the two specified SqlBoolean structures. |
![]() Parse | Converts the specified String representation of a logical value to its NullableBoolean equivalent. |
![]() Xor | Performs a bitwise exclusive-OR operation on the supplied parameters. |
CompareTo | Compares this NullableBoolean structure to a specified object and returns an indication of their relative values. |
Equals | Overloaded. Compares two NullableBoolean structures to determine if they are equivalent. |
GetHashCode | Returns the hash code for this instance. |
GetType (inherited from Object) | Gets the Type of the current instance. |
GetTypeCode | Returns the TypeCode for value type NullableBoolean. |
ToNullableByte | Converts this NullableBoolean structure to NullableByte. |
ToNullableDecimal | Converts this NullableBoolean structure to a NullableDecimal structure. |
ToNullableDouble | Converts this NullableBoolean structure to a NullableDouble structure. |
ToNullableInt16 | Converts this NullableBoolean structure to a NullableInt16 structure. |
ToNullableInt32 | Converts this NullableBoolean structure to a NullableInt32 structure. |
ToNullableInt64 | Converts this NullableBoolean structure to a NullableInt64 structure. |
ToNullableSingle | Converts this NullableBoolean structure to a NullableSingle structure. |
ToNullableString | Converts this NullableBoolean structure to a NullableString structure. |
ToString | Converts this NullableBoolean structure to a String. |
Finalize (inherited from Object) | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
MemberwiseClone (inherited from Object) | Creates a shallow copy of the current Object. |
IXmlSerializable.GetSchema | This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
IXmlSerializable.ReadXml | This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
IXmlSerializable.WriteXml | This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
NullableBoolean Class | NullableTypes Namespace