Skip to main content

XlCellFormatting.Equals(XlCellFormatting, XlCellFormatting) Method

Determines whether the specified instances of the XlCellFormatting class are considered equal.

Namespace: DevExpress.Export.Xl

Assembly: DevExpress.Printing.v24.2.Core.dll

NuGet Package: DevExpress.Printing.Core

#Declaration

public static bool Equals(
    XlCellFormatting first,
    XlCellFormatting second
)

#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