Operator operator !=
operator !=(ValueObject<T>?, ValueObject<T>?)
Overloads "!=" operator.
public static bool operator !=(ValueObject<T>? a, ValueObject<T>? b)
Parameters
aValueObject<T>First operand.
bValueObject<T>Second operand.
Returns
- bool
True if the specified object is not equal to the current object; otherwise, false.