Example #1
0
 public virtual bool Match(SimpleObject candidate)
 {
     return(expected.Equals(candidate));
 }