Skip to main content
All docs
V25.1
  • OfficeCustomXmlPart<T>.Equals(T) Method

    Determines whether the specified object is equal to the current ICustomXmlPart object.

    Namespace: DevExpress.Office

    Assembly: DevExpress.Office.v25.1.Core.dll

    NuGet Package: DevExpress.Office.Core

    Declaration

    bool Equals(
        T item
    )

    Parameters

    Name Type Description
    item T

    A custom XML part to compare with the current object.

    Returns

    Type Description
    Boolean

    true if the specified object is equal to the current object; otherwise, false.

    See Also