[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Expressions.WorkbookReference.Equals

Equals Method

Equals(object)

Check if the workbook reference equals to another.

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

Another workbook reference.

Returns
Type Description
bool
Overrides

Equals(WorkbookReference)

Check if the workbook reference equals to another.

Declaration
public bool Equals(WorkbookReference other)
Parameters
Type Name Description
WorkbookReference other

Another workbook reference.

Returns
Type Description
bool
Implements