Object Members
The following tables list the members exposed by the Object type.
Public Constructors
Name | Description | |
---|---|---|
Object | Initializes a new instance of the Object class. |
Public Methods
Name | Description | |
---|---|---|
Equals | Overloaded. Determines whether two instances (objects) of the Object class are equal. | |
GetHashCode | Serves as a hash function for a particular type. | |
GetType | Gets the type of the current instance (object) of the Object class. | |
ReferenceEquals | Determines whether two specified instances (objects) of the Object class are the same object. | |
ToString | Returns a string that represents the current instance (object) of the Object class. |
Protected Methods
Name | Description | |
---|---|---|
Finalize | No longer supported or utilized. | |
MemberwiseClone | Creates a shallow copy of the current instance (object) of the Object class. |