The methods of System.Boolean are listed below. For a list of all members, see the Boolean Members list.
See Also: Inherited members from System.ValueType
CompareTo(bool)Returns the sort order of the current instance compared to the specified bool . | ||
CompareTo(object)Returns the sort order of the current instance compared to the specified object . | ||
Equals(bool)Determines whether the current instance and the specified bool represent the same value. | ||
override | Equals(object)Determines whether the current instance and the specified object represent the same type and value. | |
override | GetHashCode()Generates a hash code for the current instance. | |
GetTypeCode()Returns the TypeCode of the Boolean | ||
static | Parse(string)Returns the specified string converted to a bool value. | |
override | ToString()Returns a string representation of the value of the current instance. | |
ToString(IFormatProvider)Converts the value of this instance to its equivalent String representation. | ||
static | TryParse(string, out bool)Documentation for this section has not yet been entered. | |