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