Skip to main content

OfficeCustomXmlPart<T>.Equals(T) Method

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

Namespace: DevExpress.Office

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

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

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