Called automatically upon a comparison for equality. Throws upon an erroneous comparison (one that would make a signed negative value appear equal to an unsigned positive value).
The first argument of Checked, e.g. int if the left-hand side of the operator is Checked!int
The right-hand side type involved in the operator
The result of the comparison.
CheckFailure if the comparison is mathematically erroneous.
See Implementation
Called automatically upon a comparison for equality. Throws upon an erroneous comparison (one that would make a signed negative value appear equal to an unsigned positive value).