Closed ThibFrgsGmz closed 2 years ago
This PR aims to correct an antipattern issue regarding a bad comparison identity test.
It is recommended to use the identity test ( is ) instead of the equality test ( == ) when we need to compare the types of two objects.
(void)
Change Description
This PR aims to correct an antipattern issue regarding a bad comparison identity test.
Rationale
It is recommended to use the identity test ( is ) instead of the equality test ( == ) when we need to compare the types of two objects.
Testing/Review Recommendations
(void)
Future Work
(void)