OfficeCustomXmlPart<T>.Equals(T) Method
Determines whether the specified object is equal to the current ICustomXmlPart object.
Namespace: DevExpress.Office
Assembly: DevExpress.Office.v24.1.Core.dll
NuGet Packages: DevExpress.Office.Core, DevExpress.Win.Navigation
Declaration
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