Property MatchCase
MatchCase
Gets or sets a value indicating whether the search is case-sensitive. Default true. Case-insensitive matching is ordinal, never culture-sensitive: a document is not searched differently because the machine running the search is Turkish.
public bool MatchCase { get; set; }