You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Request: A method that returns immediately, at the first encounter of difference, without any further difference checks.
bool IsDiff(ob1, obj2)
Justification: Sometimes, the app only cares about if the objects are same or not and then only write the updated full object to DB.
The text was updated successfully, but these errors were encountered:
azme94
changed the title
Feature Request - Return true
Feature Request - Add a new method that returns true, at the first encounter of difference
Apr 20, 2024
Request: A method that returns immediately, at the first encounter of difference, without any further difference checks.
bool IsDiff(ob1, obj2)
Justification: Sometimes, the app only cares about if the objects are same or not and then only write the updated full object to DB.
The text was updated successfully, but these errors were encountered: