format
public SearchResults[] orResults( SearchResults[] lSource, SearchResults[] rSource )
description
Performs a logical OR operation on two arrays of SearchResults objects.
parameters
lSource - the first array of SearchResults
lSource
rSource - the first array of SearchResults
rSource
returns
a one-dimensional array of SearchResults objects
throws
The searchResults orResults () method does not throw any exceptions.
searchResults orResults ()