DropDownMember::CompareTo Method (Object^, StringComparison)
Visual Studio 2015
Compares one CompareTo to another with the given string comparison.
Assembly: Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)
Parameters
- obj
-
Type:
System::Object^
The object to which to do the comparison.
- stringComparison
- Type: System::StringComparison
Return Value
Type: System::Int32If obj is a DropDownMember, the return value of a string comparison of the two; otherwise -1.
Show: