Equals

Equals(object)

Determines whether the two Hyperlink instances are equal.

public override bool Equals(object obj)
ParameterTypeDescription
objObjectThe Hyperlink to compare with the current Hyperlink.

Return Value

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

See Also


Equals(IHyperlink)

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