XmpArray.Contains(XmpValueNode) Method
In This Article
Determines whether the array contains the specified item.
Namespace: DevExpress.Pdf.Xmp
Assembly: DevExpress.Pdf.v24.2.Core.dll
NuGet Package: DevExpress.Pdf.Core
#Declaration
public bool Contains(
XmpValueNode item
)
#Parameters
Name | Type | Description |
---|---|---|
item | Xmp |
An item to be checked. |
#Returns
Type | Description |
---|---|
Boolean | true if the array contains the item; otherwise, false. |
See Also