HyperlinkEquals Method (IHyperlink)

Determines whether the two Hyperlink instances are equal.

Namespace:  Aspose.Slides
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public bool Equals(
	IHyperlink hlink
)

Parameters

hlink
Type: Aspose.SlidesIHyperlink
The Hyperlink to compare with the current Hyperlink.

Return Value

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

Implements

IHyperlinkEquals(IHyperlink)
See Also