IPeekResultCollection.Contains(IPeekResult) Method

Definition

Determines whether the IPeekResultCollection contains a specific result.

public:
 bool Contains(Microsoft::VisualStudio::Language::Intellisense::IPeekResult ^ peekResult);
public bool Contains (Microsoft.VisualStudio.Language.Intellisense.IPeekResult peekResult);
abstract member Contains : Microsoft.VisualStudio.Language.Intellisense.IPeekResult -> bool
Public Function Contains (peekResult As IPeekResult) As Boolean

Parameters

peekResult
IPeekResult

The object to locate in the IPeekResultCollection.

Returns

true if the result is found in the IPeekResultCollection; false otherwise.

Applies to