EBDN - Community - Question & Answers

  Tuesday, 18 February 2020
  3 Replies
  856 Visits
0
Votes
Undo
Dear All,

For a specific application I need to create a function to compare two devices (objects) and return "TRUE" if these devices are identical expect for designation attribute.
When I was reading VBA documentation, I came across with IAucComparer class with "Compare" method. It looks like exactly what I need, but I have no idea how to use this method. Does anyone ever used this method before? Could anyone please send a code example?