[]
Check if the workbook reference equals to another.
public override bool Equals(object obj)
Public Overrides Function Equals(obj As Object) As Boolean
Type | Name | Description |
---|---|---|
object | obj | Another workbook reference. |
Type | Description |
---|---|
bool |
Check if the workbook reference equals to another.
public bool Equals(WorkbookReference other)
Public Function Equals(other As WorkbookReference) As Boolean
Type | Name | Description |
---|---|---|
WorkbookReference | other | Another workbook reference. |
Type | Description |
---|---|
bool |