[]
        
(Showing Draft Content)

C1.Excel.XLFont.Equals

Equals Method

Equals(object)

Determines whether the specified System.Object instances are considered equal.

Declaration
public override bool Equals(object obj)
Parameters
Type Name Description
object obj

A Excel font to compare.

Returns
Type Description
bool

true if the objects are considered equal; otherwise, false.

Overrides