Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
The HashCodeBuilder(int, int) ctor checks both parameters for zero, as well as checking for an odd number.
Zero is never odd, so the zero check could be eliminated.