[]
Checks whether this workbook reference is equal to another workbook reference.
This method returns true only when other is not null and its
base directory, workbook name, base URI, and workbook ID are equal to those of the current
instance.
public override bool Equals(object obj)
Public Overrides Function Equals(obj As Object) As Boolean
| Type | Name | Description |
|---|---|---|
| object | obj | The workbook reference to compare with this workbook reference. If |
| Type | Description |
|---|---|
| bool |
true
if obj has the same base directory, workbook name, base URI, and workbook ID as this workbook reference; otherwise, false.
|
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 | true if the specified workbook reference is equal to the current reference; otherwise, false. |