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