RSS.NET

DBBool Members

DBBool overview

Public Static (Shared) Fields

FalseA DBBool containing 'False'.
NullA DBBool containing 'Null'.
TrueA DBBool containing 'True'.

Public Static (Shared) Operators and Type Conversions

Bitwise And OperatorLogical AND operator.
Bitwise Or OperatorLogical OR operator.
Equality OperatorEquality operator.
False OperatorDefinitely false operator.
Inequality OperatorInequality operator.
Logical Not OperatorLogical negation operator.
True OperatorDefinitely true operator.
Explicit DBBool to Boolean ConversionExplicit conversion from DBBool to bool.
Implicit Boolean to DBBool ConversionImplicit conversion from bool to DBBool. Maps true to DBBool.True and false to DBBool.False.

Public Instance Properties

IsFalseProperties to examine the value of a DBBool.
IsNullProperties to examine the value of a DBBool.
IsTrueProperties to examine the value of a DBBool.

Public Instance Methods

EqualsDetermines whether two DBBool instances are equal.
GetHashCodeServes as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object)Gets the Type of the current instance.
ToStringReturns a string representation of the current Object.

See Also

DBBool Class | Rss Namespace