PropertyFilterPredicate.Match(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 a case-insensitive match of the predicate string is contained within the target string.
public:
virtual bool Match(System::String ^ target);
public virtual bool Match (string target);
abstract member Match : string -> bool
override this.Match : string -> bool
Public Overridable Function Match (target As String) As Boolean
Parameters
- target
- String
The string filter.
Returns
true
if a case-insensitive match of the predicate string is contained within the target string; otherwise, false
.
Applies to
Συνεργαστείτε μαζί μας στο GitHub
Μπορείτε να βρείτε την πηγή για αυτό το περιεχόμενο στο GitHub, όπου μπορείτε επίσης να δημιουργήσετε και να εξετάσετε ζητήματα και αιτήματα έλξης. Για περισσότερες πληροφορίες, ανατρέξτε στον οδηγό συνεργατών.