Skip to main content
A newer version of this page is available.
All docs
V19.1
.NET Framework 4.5.2+
Row

ICustomXmlPart.Equals(ICustomXmlPart) Method

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

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

Declaration

bool Equals(
    ICustomXmlPart item
)

Parameters

Name Type Description
item ICustomXmlPart

The ICustomXmlPart object 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