BrightIdeasSoftware.TextMatchFilter.TextMatchingStrategy.MatchesText C# (CSharp) Method

MatchesText() public abstract method

Does the given text match the filter

this.Text will not be null or empty when this is called.

public abstract MatchesText ( string cellText ) : bool
cellText string The text of the cell we want to search
return bool
            public abstract bool MatchesText(string cellText);
        }
TextMatchFilter.TextMatchingStrategy