Method IsMatch
IsMatch(string, object)
Return true if the value
matches (e.g. starts with)
the search
term.
bool IsMatch(string search, object value)
Return true if the value
matches (e.g. starts with)
the search
term.
bool IsMatch(string search, object value)