Checks whether this Expected object contains a specific expected value.
* opEquals for the value is available only when T != void. * opEquals for the error isn't available, use equality test for Expected in that case.
See Implementation
Checks whether this Expected object contains a specific expected value.
* opEquals for the value is available only when T != void. * opEquals for the error isn't available, use equality test for Expected in that case.