Method WildcardEquals
WildcardEquals(String, Int32, String, Int32)
Determines if a word matches a wildcard pattern. Work released by Granta Design Ltd after originally being done on company time.
Declaration
public static bool WildcardEquals(String pattern, int patternIdx, String string_Renamed, int stringIdx)
Parameters
Type | Name | Description |
---|---|---|
System.String | pattern | |
System.Int32 | patternIdx | |
System.String | string_Renamed | |
System.Int32 | stringIdx |
Returns
Type | Description |
---|---|
System.Boolean |