SyntaxNodeCollection-1.Contains
SyntaxNodeCollection<T>.Contains method
Determines whether the given item exists in the collection.
public bool Contains(T item)
Parameter | Type | Description |
---|---|---|
item | T | The item to look for. |
Return Value
True if the item exists in the collection; otherwise, false.
See Also
- class SyntaxNodeCollection<T>
- package com.aspose.html.Toolkit.Markdown.Syntax
- package Aspose.HTML