Object Members

The following tables list the members exposed by the Object type.

Public Constructors

Name Description
Public Method Object Initializes a new instance of the Object class.

Public Methods

Name Description
Public Method Equals Overloaded. Determines whether two instances (objects) of the Object class are equal.
Public Method GetHashCode Serves as a hash function for a particular type.
Public Method GetType Gets the type of the current instance (object) of the Object class.
Public Method Static ReferenceEquals Determines whether two specified instances (objects) of the Object class are the same object.
Public Method ToString Returns a string that represents the current instance (object) of the Object class.

Protected Methods

Name Description
Protected Method Finalize No longer supported or utilized.
Protected Method MemberwiseClone Creates a shallow copy of the current instance (object) of the Object class.

See Also

Reference

Object Class
System Namespace