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