Share via


CompletionStartData.Equality(CompletionStartData, CompletionStartData) Operator

Definition

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 ( = ) : 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

Returns

Applies to