Esempio n. 1
0
 public bool Equals(ImageDescription other)
 => Width == other.Width &&
 Height == other.Height &&
 Tags == other.Tags &&
 Id.Equals(other.Id);