Srch.U.isInArray Method (DisplayTemplatesSrch)
Indicates whether the specified item is in the array.
Srch.U.isInArray(a, item)
Return value
true if the item is in the array; false otherwise.
Parameters
a
The array to test.item
The item to test.