Skip to main content
All docs
V25.1
  • 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.v25.1.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