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