コード例 #1
0
 public bool Equals(ICanBeIdentifiable <TId> other)
 {
     throw new NotImplementedException();
 }
コード例 #2
0
 public virtual bool Equals(ICanBeIdentifiable <Guid> other)
 {
     return(other != null && other.Id == Id);
 }