Equality Operator

Ask general questions here.
atom
Posts: 357
Joined: Sun Dec 07, 2008 11:14 pm
Location: Dublin, Ireland

Equality Operator

Post by atom » Mon Jul 20, 2009 2:26 pm

Hiya

Quick fire question...
Is there an equality operator for Ranorex.Form type ?

Reason:
We can use Find to search and return a list of Forms
But Id like to then compare that list with a previous taken list
For this there must be an equality operator defined

User avatar
Support Team
Site Admin
Site Admin
Posts: 12145
Joined: Fri Jul 07, 2006 4:30 pm
Location: Houston, Texas, USA
Contact:

Re: Equality Operator

Post by Support Team » Mon Jul 20, 2009 3:17 pm

element classes ar derived from class object... => use the .Equal() method.

Regards,
Christian
Support Team