Boolean Class
Represents a Boolean value. This class cannot be inherited.
Definition
Members Table
The following table lists the members exposed by the Boolean object. Click a tab on the left to choose the type of member you want to view.
Methods
| Method | Description |
|---|
| CompareTo | Compares this instance to a specified object. |
| Equals | Overloaded. Compares two objects to determine if they are equal. |
| GetHashCode | Overriden. Returns the hash code for this instance. |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| Parse | Converts the specified string representation of a logical value to its Boolean equivalent. |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (Inherited from Object) |
| ToString | Overriden. Converts the value of this instance to its equivalent string representation. |
Constants
| Constant | Description |
|---|
| FalseString | Represents the Boolean value false as a string. |
| TrueString | Represents the Boolean value true as a string. |
Inheritance Hierarchy
ObjectBoolean
Class Information
| Namespace | System |
|---|
| Flash Library | corlib.scl |
|---|
| Flash Library Version | 2.0.0.2466 |
|---|
| Silverlight Library | System.Windows.Forms.dll |
|---|