[]
        
(Showing Draft Content)

C1.WPF.Excel.XLFont.Equals

Equals Method

Equals(object)

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

Declaration
public override bool Equals(object obj)
Public Overrides Function Equals(obj As Object) As Boolean
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