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 Equals Method
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Gopi Chand (2)
Lokendra Singh (1)
Sandeep Singh Shekhawat (1)
Arunava Bhattacharjee (1)
Sourav Kayal (1)
Mahesh Chand (1)
Related resources for Equals Method
No resource found
Understanding Equals Method and == Operator in Java
5/24/2024 6:14:23 AM.
In Java, the Equals method compares the content of objects for equality, while the == operator checks if they refer to the same memory location. Understanding their distinction is crucial for accurate
Difference Between Equality Operator ( ==) and Equals() Method in C#
6/7/2023 10:08:40 AM.
Both the == Operator and the Equals() method are used to compare two value type data items or reference type data items. This article explains the basic difference between these two.
String Class Methods in Java: Session 6
9/24/2019 6:31:17 AM.
This article explains a few more methods of strings in Java with easy code examples to understand better.
String Class Methods in Java: Session 5
9/24/2019 6:27:58 AM.
This article will help you to learn a few more methods of strings in Java with easy code examples to understand better.
How Distint Method is Used by the Framework
8/27/2014 11:35:04 PM.
Distinct()/Contains() is not working properly?See how collection operation depends on Equals() implementation
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.
Effective C#: Working with Strings
1/3/2006 7:03:31 AM.
Using string might degrade the performance of your application. This article explains about what precautions you should take when you are going to use strings in your application.