Пример #1
0
 public bool Equals(SimpleDomain other) => _first == other._first && _last == other._last;
Пример #2
0
 public bool Equals(SimpleDomain other) => GetCardinality() == other.GetCardinality();