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