Gets or sets whether the match must be exact. An exact match is a string that is delimited at the beginning and end by either whitespace or end of line. Note: This property does not have any affect on the search pattern if the pattern was set using the RegularExpressionPattern property.
public bool MatchExact {get; set;}
'Declaration
Public Property MatchExact As Boolean
'Usage
Dim instance As StringSearch
Dim value As Boolean
instance.MatchExact = value
value = instance.MatchExact