protected bool Equals(Flag other) { return base.Equals(other) && ShortName == other.ShortName && HasShortName.Equals(other.HasShortName) && IsList.Equals(other.IsList); }
public void AddFlag(Flag f) { _flagList.Add(f); }