Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7885187
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T04:59:45+00:00 2026-06-03T04:59:45+00:00

I would like to determine the impact that a code change within on override

  • 0

I would like to determine the impact that a code change within on override of Equals() in my class would have on the code.

  public override bool Equals(object obj)
  {
     // My code to be changed
     return true;
  }

When I do Shift-F12 to find all references, Visual Studio returns 126,703 places where I am calling object.Equals().

Is there a way to skip overrides of Equals() method when looking for references?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-03T04:59:46+00:00Added an answer on June 3, 2026 at 4:59 am

    Because the Equals method is defined at an object level, an object of your class could easily be passed to a method that calls Equals knowing nothing more than that it is an object.

    For example, if you ever add your object to a HashSet, or if you call .Distinct() on a collection that includes your object, then you will be indirectly invoking Equals.

    The only way to find all the places that overriding Equals will affect is to find all the places that your class is being used and see what is done with it.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have created an NSImage object, and ideally would like to determine how many
I would like to determine the operating system of the host that my Java
I have two times in PHP and I would like to determine the elapsed
Let's say I have the string Hey . I would like to determine all
I would like to determine the next date that has a day of the
I have a table with a billion rows and I would like to determine
I have a boost::filesystem::path instance x . I would like to determine whether x
I would like to determine the jar file name from my java code. I
I have three integers I would like to determine what is the highest and
Scenario: I have a habtm relationship and would like to determine if children in

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.