CompletionSelectionStatus::Equality Operator (CompletionSelectionStatus^, CompletionSelectionStatus^)
Visual Studio 2015
Determines whether two instances of CompletionSelectionStatus are the same.
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
public: static bool operator ==( CompletionSelectionStatus^ status1, CompletionSelectionStatus^ status2 )
Parameters
- status1
-
Type:
Microsoft.VisualStudio.Language.Intellisense::CompletionSelectionStatus^
The first instance.
- status2
-
Type:
Microsoft.VisualStudio.Language.Intellisense::CompletionSelectionStatus^
The second instance.
Show: