Forum Discussion
1 Reply
- YMinaev
Staff
Hi,
All you need to do is to save the values of both properties to variables and compare the values of these variables. In general, you can compare two properties in a single line:...
if(Sys.Process("WPFApp")...WPFObject("obj").prop == Sys.Process("iexplore")...Something("silverlight_obj").prop) Log.Message("The properties are equal");
...