[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.WorksheetReference.Equals

Equals Method

Equals(WorksheetReference)

Indicates whether the current WorksheetReference value is equal to another WorksheetReference value.

Declaration
public bool Equals(WorksheetReference other)
Public Function Equals(other As WorksheetReference) As Boolean
Parameters
Type Name Description
WorksheetReference other

A WorksheetReference value to compare with this WorksheetReference value.

Returns
Type Description
bool

true if the current WorksheetReference value is equal to the other parameter; otherwise, false.

Implements