TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About IEquatable Interface
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Hamed Niazmand (1)
Ritesh Sharma (1)
Munib Butt (1)
Sourav Kayal (1)
Related resources for IEquatable Interface
No resource found
How to Compare Two Objects in C#
10/3/2024 7:08:40 AM.
In this article, we’ll walk through how to create a generic method that can compare the objects of any class, even those with nested collections. We’ll break it down step by step so you can implement
Comparing Complex Type With ==, Equals, IEquatable and IComparable in C#
9/5/2023 4:49:28 AM.
In C#, when comparing complex types (objects) for equality and ordering, you have several options and methods available, each with its own purpose and behavior. Here's an overview of how to compar
Using The IEquatable Interface In C#
5/19/2020 9:03:17 PM.
One of the most-used functionalities in C# classes is the ability to compare two instances of a class. This is done using the Equals keyword. This will compare to see if the reference to both the clas
Important Interface in .NET: Work With IEqautable Interface
2/25/2014 3:39:30 PM.
In today’s article we will understand the uses of the IEquatable interface of the .NET class library.