Boolean Members
The following tables list the members exposed by the Boolean type.
Public Fields
Name | Description | |
---|---|---|
FalseString | Represents the Boolean value false as a string. This field is read-only. | |
TrueString | Represents the Boolean value true as a string. This field is read-only. |
Public Methods
Name | Description | |
---|---|---|
Equals | (Inherited from ValueType.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
ReferenceEquals | (Inherited from Object.) | |
ToString | Converts the value of the current Boolean object to its equivalent string representation. |