[]
        
(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)
Public Overrides Function Equals(obj As Object) As Boolean
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)
Public Function Equals(other As WorkbookReference) As Boolean
Parameters
Type Name Description
WorkbookReference other

Another workbook reference.

Returns
Type Description
bool
Implements