XlCellFormatting.Equals(XlCellFormatting, XlCellFormatting) Method
Determines whether the specified instances of the XlCellFormatting class are considered equal.
Namespace: DevExpress.Export.Xl
Assembly: DevExpress.Printing.v25.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| first | XlCellFormatting | An XlCellFormatting object that is the first object to compare. |
| second | XlCellFormatting | An XlCellFormatting object that is the second object to compare. |
Returns
| Type | Description |
|---|---|
| Boolean | true, if the objects are considered equal; otherwise false. If both first and second objects are null, the method returns true. |
See Also