Skip to main content

OfficeCustomXmlPartCollection<T>.Contains(T) Method

Determines whether the collection contains the specified custom XML part.

Namespace: DevExpress.Office

Assembly: DevExpress.Office.v23.2.Core.dll

NuGet Packages: DevExpress.Office.Core, DevExpress.Win.Navigation

Declaration

bool Contains(
    T customXmlPart
)

Parameters

Name Type Description
customXmlPart T

A custom XML part to locate in the collection.

Returns

Type Description
Boolean

true if the collection contains the specified custom XML part; otherwise, false.

See Also