Mono Class Library: Overview

System.Boolean: Method Members

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

Public Methods

CompareTo(bool) : int
Returns the sort order of the current instance compared to the specified bool .
CompareTo(object) : int
Returns the sort order of the current instance compared to the specified object .
Equals(bool) : bool
Determines whether the current instance and the specified bool represent the same value.
override
Equals(object) : bool
Determines whether the current instance and the specified object represent the same type and value.
override
GetHashCode() : int
Generates a hash code for the current instance.
GetTypeCode() : TypeCode
Returns the TypeCode of the Boolean
static
Parse(string) : bool
Returns the specified string converted to a bool value.
override
ToString() : string
Returns a string representation of the value of the current instance.
ToString(IFormatProvider) : string
Converts the value of this instance to its equivalent String representation.
static
TryParse(string, out bool) : bool
Documentation for this section has not yet been entered.