Share via


Boolean Members

The following tables list the members exposed by the Boolean type.

Public Fields

Name Description
Public Field Static FalseString Represents the Boolean value false as a string. This field is read-only.
Public Field Static TrueString Represents the Boolean value true as a string. This field is read-only.

Public Methods

Name Description
Public Method Equals (Inherited from ValueType.)
Public Method GetHashCode (Inherited from Object.)
Public Method GetType (Inherited from Object.)
Public Method ReferenceEquals (Inherited from Object.)
Public Method ToString Converts the value of the current Boolean object to its equivalent string representation.

See Also

Reference

Boolean Structure
System Namespace