Replies: 1 comment 2 replies
-
The C# team does not own System.Object, the BCL does. However, the reasoning as i understand it is that an overloaded |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am curios why C# team decided not to define
==
operator forObject
class which internally would simply callObject.Equals(left, righ)
.Why did they prefer to emit
ceq
in this case?Beta Was this translation helpful? Give feedback.
All reactions