Esempio n. 1
0
 public bool Equals(SimpleDomain other) => _first == other._first && _last == other._last;
Esempio n. 2
0
 public bool Equals(SimpleDomain other) => GetCardinality() == other.GetCardinality();