public bool Equals(DwarfAttributeDescriptor other)
 {
     return(Name.Equals(other.Name) && Form.Equals(other.Form));
 }