CompletionStartData.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.
public:
static bool operator !=(Microsoft::VisualStudio::Language::Intellisense::AsyncCompletion::Data::CompletionStartData left, Microsoft::VisualStudio::Language::Intellisense::AsyncCompletion::Data::CompletionStartData right);
public static bool operator != (Microsoft.VisualStudio.Language.Intellisense.AsyncCompletion.Data.CompletionStartData left, Microsoft.VisualStudio.Language.Intellisense.AsyncCompletion.Data.CompletionStartData right);
static member op_Inequality : Microsoft.VisualStudio.Language.Intellisense.AsyncCompletion.Data.CompletionStartData * Microsoft.VisualStudio.Language.Intellisense.AsyncCompletion.Data.CompletionStartData -> bool
Public Shared Operator != (left As CompletionStartData, right As CompletionStartData) As Boolean
Parameters
- left
- CompletionStartData
- right
- CompletionStartData