Forum Discussion
AlexKaras
13 years agoChampion Level 3
Hi Mike,
Usually, checkpoints (namely - .Compare() method of the corresponding object) return True if compared entities are equal and False otherwise.
So you may code something like this (untested pseudocode):
if (Regions.Compare(object1, object2)) then
Log.Message('Objects are equal');
else
Log.Warning('Objects are different');
Usually, checkpoints (namely - .Compare() method of the corresponding object) return True if compared entities are equal and False otherwise.
So you may code something like this (untested pseudocode):
if (Regions.Compare(object1, object2)) then
Log.Message('Objects are equal');
else
Log.Warning('Objects are different');
Related Content
- 8 years ago
- 3 years ago
- 5 years ago
Recent Discussions
- 6 days ago
- 6 days ago
- 9 days ago