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