Exemplo n.º 1
0
 public bool Equals(WindowToken other) => base.Equals(other) &&
 IsActive == other.IsActive &&
 IsVisible == other.IsVisible &&
 State == other.State &&
 Equals(ActiveSheetId, other.ActiveSheetId);
Exemplo n.º 2
0
 public bool Matches(WindowToken other) => base.Equals(other);