Question
Accenture
IN
Last activity: 14 Mar 2022 10:10 EDT
How to compare 2 pagelists of different classes without iteration
My requirement is to check whether property value(ABC) of one pagelist is present in another pagelist.
example:
pagelist(1).property="ABC" then value should be checked in pagelist(2).
Is there any built in function present , so that I can use it in when condition directly.
Thanks