DropDownMember.CompareTo Method (Object, StringComparison)
Compares one CompareTo to another with the given string comparison.
Namespace: Microsoft.VisualStudio.Package
Assemblies: Microsoft.VisualStudio.Package.LanguageService (in Microsoft.VisualStudio.Package.LanguageService.dll)
Microsoft.VisualStudio.Package.LanguageService.10.0 (in Microsoft.VisualStudio.Package.LanguageService.10.0.dll)
Microsoft.VisualStudio.Package.LanguageService.11.0 (in Microsoft.VisualStudio.Package.LanguageService.11.0.dll)
Microsoft.VisualStudio.Package.LanguageService.9.0 (in Microsoft.VisualStudio.Package.LanguageService.9.0.dll)
Syntax
‘선언
Public Function CompareTo ( _
obj As Object, _
stringComparison As StringComparison _
) As Integer
public int CompareTo(
Object obj,
StringComparison stringComparison
)
Parameters
- obj
Type: System.Object
The object to which to do the comparison.
- stringComparison
Type: System.StringComparison
StringComparison .
Return Value
Type: System.Int32
If obj is a DropDownMember, the return value of a string comparison of the two; otherwise -1.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.