ValueObject Inequality operator

Inequality operator.

public static bool operator !=(ValueObject a, ValueObject b)
parameterdescription
aThe first object
bThe second object

Return Value

true if objects are not equal

See Also