match

Tests if the given selection matches the criteria of this search object.

Syntax
aFinder match (file, section, line, column, size)
Parameters
file - SourceFile
The file of the search.
section - Integer
The section containing the selection.
line - Integer
The line number.
column - Integer
The start column.
size - Integer
The number of code units of the selection.
Return Value
true if the given selection matches the search criteria.