Exemplo n.º 1
0
 public bool Equals(DwarfAttributeDescriptor other)
 {
     return(Kind.Equals(other.Kind) && Form.Equals(other.Form));
 }