Courses
Tutorials
Practice
Data Structure
Java
Python
HTML
Interview Preparation
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
SQL
Web Development
System Design
Aptitude
GfG Premium
Similar Topics
Web Technologies
37.4K+ articles
DSA
22.8K+ articles
Python
21.3K+ articles
Experiences
16.6K+ articles
Interview Experiences
14.1K+ articles
JavaScript
12.2K+ articles
School Learning
11.5K+ articles
Java
10.8K+ articles
C#
1.9K+ articles
CSharp-method
701+ articles
CSharp Object Class
4 posts
Recent Articles
Popular Articles
C# | Object.GetHashCode() Method with Examples
Last Updated: 17 February 2020
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 identify an object in a hash-based collection. Th...
read more
C#
CSharp-method
CSharp Object Class
C# | Object.GetTypeCode() Method with Examples
Last Updated: 01 February 2019
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 types, enumer...
read more
C#
CSharp-method
CSharp Object Class
Object.ReferenceEquals() Method in C#
Last Updated: 22 November 2022
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 user i...
read more
C#
CSharp-method
CSharp Object Class
Object.MemberwiseClone Method in C# with Examples
Last Updated: 23 March 2022
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. In this case, a new objec...
read more
C#
CSharp-method
CSharp Object Class
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our
Cookie Policy
&
Privacy Policy
Got It !