Declarations::IsPerfectMatch Method (String^, Int32)
Visual Studio 2015
Determines whether the specified text matches all of the specified item.
Assembly: Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)
Parameters
- textSoFar
-
Type:
System::String^
[in] A string containing the text typed by the user and to be matched.
- index
-
Type:
System::Int32
[in] The index of the item to compare against.
Return Value
Type: System::BooleanReturns true if the specified text is at the beginning of the specified item; otherwise, returns false.
Show: