You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The sealed keyword prevents other classes from inheriting a specific class. Because classes that implement IEquatable<T> also define methods such as Equals() that contain logic to determine whether the current object is equal to another object, it is ideal that other classes not inherit this logic. Therefore, consider marking such …
Occurrences
There are 2 occurrences of this issue in the repository.
Description
The
sealed
keyword prevents other classes from inheriting a specific class. Because classes that implementIEquatable<T>
also define methods such asEquals()
that contain logic to determine whether the current object is equal to another object, it is ideal that other classes not inherit this logic. Therefore, consider marking such …Occurrences
There are 2 occurrences of this issue in the repository.
See all occurrences on DeepSource → deepsource.io/gh/ademclk/ceyehat-api/issue/CS-R1053/occurrences/
The text was updated successfully, but these errors were encountered: