DropDownMember::LessThan Operator (DropDownMember^, DropDownMember^)
Visual Studio 2015
Determines whether the first DropDownMember object is less than the second DropDownMember object.
Assembly: Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)
Parameters
- m1
-
Type:
Microsoft.VisualStudio.Package::DropDownMember^
[in] The first DropDownMember object to compare.
- m2
-
Type:
Microsoft.VisualStudio.Package::DropDownMember^
[in] The second DropDownMember object to compare.
Return Value
Type: System::Booleantrue if the first DropDownMember object is less than the second DropDownMember object, otherwise false.
Show: