Mono Class Library: OverviewSystem.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
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. overrideEquals(object) : bool Determines whether the current instance and the specified object represent the same type and value. overrideGetHashCode() : int Generates a hash code for the current instance.GetTypeCode() : TypeCode Returns the TypeCode of the Boolean staticParse(string) : bool Returns the specified string converted to a bool value. overrideToString() : 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. staticTryParse(string, out bool) : bool Documentation for this section has not yet been entered.