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