예제 #1
0
 private bool Equals(SimpleEntityKey <TKey> other)
 => _entityType == other._entityType &&
 _equalityComparer.Equals(_keyValue, other._keyValue);
 private bool Equals(SimpleEntityKey <TKey> other)
 => Key == other.Key &&
 _equalityComparer.Equals(_keyValue, other._keyValue);