CompletionStartData.IEquatable<CompletionStartData>.Equals Method
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.
virtual bool System.IEquatable<Microsoft.VisualStudio.Language.Intellisense.AsyncCompletion.Data.CompletionStartData>.Equals(Microsoft::VisualStudio::Language::Intellisense::AsyncCompletion::Data::CompletionStartData other) = IEquatable<Microsoft::VisualStudio::Language::Intellisense::AsyncCompletion::Data::CompletionStartData>::Equals;
bool IEquatable<CompletionStartData>.Equals (Microsoft.VisualStudio.Language.Intellisense.AsyncCompletion.Data.CompletionStartData other);
abstract member System.IEquatable<Microsoft.VisualStudio.Language.Intellisense.AsyncCompletion.Data.CompletionStartData>.Equals : Microsoft.VisualStudio.Language.Intellisense.AsyncCompletion.Data.CompletionStartData -> bool
override this.System.IEquatable<Microsoft.VisualStudio.Language.Intellisense.AsyncCompletion.Data.CompletionStartData>.Equals : Microsoft.VisualStudio.Language.Intellisense.AsyncCompletion.Data.CompletionStartData -> bool
Function Equals (other As CompletionStartData) As Boolean Implements IEquatable(Of CompletionStartData).Equals
Parameters
- other
- CompletionStartData