The methods of System.Object are listed below. For a list of all members, see the Object Members list.
Equals(object)Determines whether the specified object is equal to the current instance. | ||
static | Equals(object, object)Determines whether two object references are equal. | |
Finalize()Allows a object to perform cleanup operations before the memory allocated for the object is automatically reclaimed. | ||
GetHashCode()Generates a hash code for the current instance. | ||
GetType()Gets the type of the current instance. | ||
static | ReferenceEquals(object, object)Determines whether two object references are identical. | |
ToString()Creates and returns a string representation of the current instance. | ||
MemberwiseClone()Creates a shallow copy of the current instance. | ||