WildcardPattern.IsMatch(String) Method   
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates whether the wildcard pattern specified in the WildcardPattern constructor finds a match in the input string.
public:
 bool IsMatch(System::String ^ input);public:
 bool IsMatch(Platform::String ^ input);bool IsMatch(std::wstring const & input);public bool IsMatch(string input);member this.IsMatch : string -> boolPublic Function IsMatch (input As String) As BooleanParameters
- input
- String
The string to search for a match.
Returns
True if the wildcard pattern finds a match; otherwise, false.