IPeekResultCollection.Contains(IPeekResult) 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.
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.