Ejemplo n.º 1
0
 public bool HasTrait(Trait trait)
 {
     return(color.Equals(trait) || format.Equals(trait));
 }