CompletionSelectionStatus.Inequality Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines whether two instances of CompletionSelectionStatus are different.
public:
static bool operator !=(Microsoft::VisualStudio::Language::Intellisense::CompletionSelectionStatus ^ status1, Microsoft::VisualStudio::Language::Intellisense::CompletionSelectionStatus ^ status2);
static bool operator !=(Microsoft::VisualStudio::Language::Intellisense::CompletionSelectionStatus const & status1, Microsoft::VisualStudio::Language::Intellisense::CompletionSelectionStatus const & status2);
public static bool operator != (Microsoft.VisualStudio.Language.Intellisense.CompletionSelectionStatus status1, Microsoft.VisualStudio.Language.Intellisense.CompletionSelectionStatus status2);
static member op_Inequality : Microsoft.VisualStudio.Language.Intellisense.CompletionSelectionStatus * Microsoft.VisualStudio.Language.Intellisense.CompletionSelectionStatus -> bool
Public Shared Operator != (status1 As CompletionSelectionStatus, status2 As CompletionSelectionStatus) As Boolean
Parameters
- status1
- CompletionSelectionStatus
The first instance.
- status2
- CompletionSelectionStatus
The second instance.
Returns
true
if the instances are different, otherwise false
.