equals method

Determines whether the two Hyperlink instances are equal.

Returns

true if the specified Hyperlink is equal to the current Hyperlink; otherwise, false .

def equals(self, hlink):
    ...
ParameterTypeDescription
hlinkIHyperlinkThe Hyperlink to compare with the current Hyperlink.

See Also