Hi Marko
IsEqual(A,B,param)
When testing for equality sequence doesn't matter
When testing for > or < than of course it does.
In case of a search for a substring there is no logic.
Find A in B or find B in A are both perfectly valid.
I'm inclined to say as we do compare A with B most of the time; find A in B is slightly more 'logical' than find B in A.
However it is clearly documented now.
One suggestion:
Note that when using compare modes seven and eight, the subject must be given first, and the term to compare for given second
Note that when using compare modes seven and eight, the subject must be given first, and the term to
Search For given second
Thanks
Vincent