Skip to content

Tag Archives: CSharp Object Class

Object.MemberwiseClone Method is used to create a shallow copy or make clone of the current Object. Shallow copy is a bit-wise copy of an object.… Read More
Object.ReferenceEquals() Method is used to determine whether the specified Object instances are the same instance or not. This method cannot be overridden. So, if a… Read More
This method is used to return the Type of the current instance. Here, Type Represents type declarations i.e. class types, interface types, array types, value… Read More
This method is used to return the hash code for this instance. A hash code is a numeric value which is used to insert and… Read More
The Object class is the base class for all the classes in the .Net Framework. It is present in the System namespace. In C#, the… Read More

Start Your Coding Journey Now!