Method | Description | |
---|---|---|
IsMatch ( string value ) : bool |
Returns true indicating that all input strings are considered matched.
|
public IsMatch ( string value ) : bool | ||
value | string | /// Value which should be matched against the pattern. /// Ignored because this class treats all input strings as successfully matched. /// |
return | bool |