Esempio n. 1
0
 public bool Contains(MatchSet matchSet)
 {
     return(horizontal.Equals(matchSet) || vertical.Equals(matchSet));
 }