CodeValue interview question

What are the 4 methods every c# object has and what is their functionality?

Interview Answer

Anonymous

27 Nov 2019

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