public bool Equals(SubclassMapping other) { if (ReferenceEquals(null, other)) { return(false); } if (ReferenceEquals(this, other)) { return(true); } return(base.Equals(other) && Equals(other.attributes, attributes)); }
public void AddSubclass(SubclassMapping subclass) { subclasses.Add(subclass); }