Equals

IHyperlink.Equals method

Determines whether the two Hyperlink instances are equal.

public bool Equals(IHyperlink hlink)
ParameterTypeDescription
hlinkIHyperlinkThe Hyperlink to compare with the current Hyperlink.

Return Value

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

See Also