DropDownMember Operators

Visual Studio 2015
 

Namespace:   Microsoft.VisualStudio.Package
Assembly:  Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)

NameDescription
System_CAPS_puboperatorSystem_CAPS_staticEquality(DropDownMember^, DropDownMember^)

Determines if two DropDownMember objects are equal.

System_CAPS_puboperatorSystem_CAPS_staticGreaterThan(DropDownMember^, DropDownMember^)

Determines whether the first DropDownMember is greater than the second DropDownMember.

System_CAPS_puboperatorSystem_CAPS_staticInequality(DropDownMember^, DropDownMember^)

Determines if two DropDownMember objects are not equal.

System_CAPS_puboperatorSystem_CAPS_staticLessThan(DropDownMember^, DropDownMember^)

Determines whether the first DropDownMember object is less than the second DropDownMember object.

Return to top
Show: