Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

OfficeCustomXmlPartCollection<T>.Contains(T) Method

Determines whether the collection contains the specified custom XML part.

Namespace: DevExpress.Office

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

NuGet Package: DevExpress.Office.Core

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