Example #1
0
 protected static bool NotEqualOperator(ValueObject left, ValueObject right)
 {
     return(!(EqualOperator(left, right)));
 }