BoundsCheckableList1.Contains
BoundsCheckableList<T>.Contains method
Determines whether an element is in the System.Collections.Generic.List.
public bool Contains(T item)
Parameter | Type | Description |
---|---|---|
item | T | The object to locate in the System.Collections.Generic.List. The value can be null for reference types. |
Return Value
true if item is found in the System.Collections.Generic.List; otherwise, false.
See Also
- class BoundsCheckableList<T>
- namespace Aspose.Pdf
- assembly Aspose.PDF