DropDownMember::Equality Operator (DropDownMember^, DropDownMember^)
Visual Studio 2015
Determines if two DropDownMember objects are 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 equal, otherwise false.
Show: