Esempio n. 1
0
 public bool Equals(F other)
 => other is null ? false
         : ItemArrays.Equals(other.ItemArrays);