다음을 통해 공유


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.

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

See Also

Reference

DropDownMember Class

CompareTo Overload

Microsoft.VisualStudio.Package Namespace