[Internal] IdentityComparer.AreEqual(object object1, object object2) #3130
Labels
Good First Issue
This is a good item for new team members
Internal
Indicates issue was opened by the IdentityModel team
IdentityComparer.AreEqual(object object1, object object2) (without CompareContext) doesn't throw if objects don't match, but only returns a bool. There are usages of this where we don't assert the return value, and thus the test method can succeed when it should've failed.
TODO:
The text was updated successfully, but these errors were encountered: