共用方式為


CompletionItemWithHighlight.IEquatable<CompletionItemWithHighlight>.Equals Method

Definition

 virtual bool System.IEquatable<Microsoft.VisualStudio.Language.Intellisense.AsyncCompletion.Data.CompletionItemWithHighlight>.Equals(Microsoft::VisualStudio::Language::Intellisense::AsyncCompletion::Data::CompletionItemWithHighlight other) = IEquatable<Microsoft::VisualStudio::Language::Intellisense::AsyncCompletion::Data::CompletionItemWithHighlight>::Equals;
bool IEquatable<CompletionItemWithHighlight>.Equals (Microsoft.VisualStudio.Language.Intellisense.AsyncCompletion.Data.CompletionItemWithHighlight other);
abstract member System.IEquatable<Microsoft.VisualStudio.Language.Intellisense.AsyncCompletion.Data.CompletionItemWithHighlight>.Equals : Microsoft.VisualStudio.Language.Intellisense.AsyncCompletion.Data.CompletionItemWithHighlight -> bool
override this.System.IEquatable<Microsoft.VisualStudio.Language.Intellisense.AsyncCompletion.Data.CompletionItemWithHighlight>.Equals : Microsoft.VisualStudio.Language.Intellisense.AsyncCompletion.Data.CompletionItemWithHighlight -> bool
Function Equals (other As CompletionItemWithHighlight) As Boolean Implements IEquatable(Of CompletionItemWithHighlight).Equals

Parameters

Returns

Implements

Applies to