Exemple #1
0
 public bool Match(Cat cat)
 {
     return(cat.name == "Occam" || cat.name == "Zora");
 }
Exemple #2
0
 public bool Match(Cat candidate)
 {
     return(true);
 }