equals
equals(Object obj) method
Determines whether the two Hyperlink instances are equal.
Parameters
| Name | Type | Description |
|---|---|---|
| obj | Object | The Hyperlink to compare with the current Hyperlink. |
Returns
boolean
equals(Hyperlink hlink) method
Determines whether the two Hyperlink instances are equal.
Parameters
| Name | Type | Description |
|---|---|---|
| hlink | Hyperlink | The Hyperlink to compare with the current Hyperlink. |
Returns
boolean