Object Members
.NET Framework 3.0
Supports all classes in the .NET Framework class hierarchy and provides low-level services to derived classes. This is the ultimate base class of all classes in the .NET Framework; it is the root of the type hierarchy.
The following tables list the members exposed by the Object type.
(see also
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
| Equals | Overloaded. Determines whether two Object instances are equal. |
| GetHashCode | Serves as a hash function for a particular type. |
| GetType | Gets the Type of the current instance. |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. |
| ToString | Returns a String that represents the current Object. |
| Name | Description | |
|---|---|---|
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
| MemberwiseClone | Creates a shallow copy of the current Object. |
Community Additions
ADD
Show: