示例#1
0
 private bool EqualsCore(ValueObject <T> other)
 {
     return(GetEqualityComponents().SequenceEqual(other.GetEqualityComponents()));
 }