pmMDA.NET

DataObjectUpdate Inequality Operator 

[This is preliminary documentation and subject to change.]

Check whether two updates do not equals each other.

public static bool operator !=(
   DataObjectUpdate update1,
   DataObjectUpdate update2
);

Parameters

update1
The first update to check for equality.
update2
The second update to check for equality.

Return Value

false if update1 equals update2; otherwise, true.

See Also

DataObjectUpdate Class | PmMda.Net.Dog.Updates Namespace