Ejemplo n.º 1
0
 public bool Matches(AppToken other) => base.Equals(other);
Ejemplo n.º 2
0
 public bool Equals(AppToken other) => base.Equals(other) &&
 IsActive == other.IsActive &&
 IsVisible == other.IsVisible &&
 Version == other.Version &&
 Books.SequenceEqual(other.Books);