[]
Gets or sets a value indicating whether the search should be case-sensitive.
public bool MatchCase { get; set; }
true if the search should consider the case of the text (e.g., 'apple' is different from 'Apple'); otherwise, false.
true
false