What are the 4 methods every c# object has and what is their functionality?
Sigiloso
Equals(Object) Determines whether the specified object is equal to the current object GetHashCode() Serves as the default hash function GetType() Gets the Type of the current instance oString() Returns a string that represents the current object