Beispiel #1
0
 protected static bool NotEqualOperator(ValueObject left, ValueObject right)
 {
     return(!(EqualOperator(left, right)));
 }
 private bool EqualsCore(ValueObject <T> other)
 {
     return(GetEqualityComponents().SequenceEqual(other.GetEqualityComponents()));
 }