Example #1
0
 public MatchedAssertion <T> EqualToValueOf(Matched <T> otherMatched)
 {
     return(add(() => matched.EqualToValueOf(otherMatched), $"Value of $name must $not equal value of {matchedImage(otherMatched)}"));
 }