'Declaration Public Overloads Shared Function Like( _ ByVal matchExpression As String, _ ByVal pattern As String _ ) As Boolean
public static bool Like( string matchExpression, string pattern )
Parameters
- matchExpression
 - The string to be searched.
 - pattern
 - The pattern, which may include wildcard characters, to match in matchExpression.
 
Return Value
True if matchExpression matches the pattern; otherwise, false.