Describe your idea
Currently, the IEqualizer interface exposes only AssertEquality and AssertInequality methods. However, there are use cases in which we need the result as a boolean. I suggest we implement a new method - CheckEquality that will not throw exceptions for incorrect assertion, but will return true/false accordingly.
Describe your idea
Currently, the
IEqualizerinterface exposes onlyAssertEqualityandAssertInequalitymethods. However, there are use cases in which we need the result as a boolean. I suggest we implement a new method -CheckEqualitythat will not throw exceptions for incorrect assertion, but will return true/false accordingly.