TextSpanHelper::IsSameSpan Method (TextSpan, TextSpan)
Visual Studio 2015
Determines whether two spans are the same.
Assembly: Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)
Parameters
- span1
-
Type:
Microsoft.VisualStudio.TextManager.Interop::TextSpan
[in] The first TextSpan object.
- span2
-
Type:
Microsoft.VisualStudio.TextManager.Interop::TextSpan
[in] The second TextSpan object.
Return Value
Type: System::BooleanReturns true if the start of span1 equals the start of span2 and the end of span1 equals the end of span2; otherwise, returns false.
Show: