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

OfficeCustomXmlPart<T>.Equals(T) Method

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

Namespace: DevExpress.Office

Assembly: DevExpress.Office.v20.2.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