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

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.v20.2.Core.dll

NuGet Package: DevExpress.Office.Core

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