Skip to main content

OfficeCustomXmlPartCollection<T>.Contains(String) Method

Determines whether the collection contains an item whose XML content equals the specified XML string.

Namespace: DevExpress.Office

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

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

Declaration

bool Contains(
    string content
)

Parameters

Name Type Description
content String

The XML content to check.

Returns

Type Description
Boolean

true if the content of any custom XML part equals the specified XML string; otherwise, false.

See Also