Esempio n. 1
0
 public bool Equals(SheetToken other) => base.Equals(other) &&
 IsActive == other.IsActive &&
 IsVisible == other.IsVisible &&
 Index == other.Index &&
 TabColor == other.TabColor;
Esempio n. 2
0
 public bool Matches(SheetToken other) => base.Equals(other);