Click or drag to resize
Object Methods

The Object type exposes the following members.

Methods
  NameDescription
Public methodEquals(Object)
Determines whether the specified Object is equal to the current Object.
Public methodStatic memberEquals(Object, Object)
Determines whether the specified object instances are considered equal.
Public methodGetHashCode
Serves as a hash function for a particular type.
Public methodGetType
Gets the Type of the current instance.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
Public methodStatic memberReferenceEquals
Determines whether the specified Object instances are the same instance.
Public methodToString
Returns a string that represents the current object.
Top
See Also