DropDownMember::Inequality Operator (DropDownMember^, DropDownMember^)
Visual Studio 2015
Determines if two DropDownMember objects are not equal.
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 two DropDownMember objects are not equal, otherwise false.
This operator method returns the results of !(m1 == m2) (that is, it calls the Equality method and reverses the result).
Show: