Example #1
0
 public bool MatchPair(Pair pair)
 {
     return(FirstImage.Equals(pair.FirstImage) && SecondImage.Equals(pair.SecondImage));
 }