pmMDA.NET

DataObjectUpdate Equality Operator 

[This is preliminary documentation and subject to change.]

Check whether two updates equal 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

true if update1 equals update2; otherwise, false.

See Also

DataObjectUpdate Class | PmMda.Net.Dog.Updates Namespace