DOTNETIDS.Filter.Match C# (CSharp) Method

Match() public abstract method

A method to ascertain if the Filter matched the input
public abstract Match ( string MatchText ) : bool
MatchText string The input to match against
return bool
        public abstract bool Match(string MatchText);
        #endregion