Pergunta de entrevista da empresa CodeValue

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

Resposta da entrevista

Sigiloso

27 de nov. de 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