[]
Indicates whether the current WorksheetReference value is equal to another WorksheetReference value.
public bool Equals(WorksheetReference other)
Public Function Equals(other As WorksheetReference) As Boolean
| Type | Name | Description |
|---|---|---|
| WorksheetReference | other | A WorksheetReference value to compare with this WorksheetReference value. |
| Type | Description |
|---|---|
| bool |
|