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)
Syntaxpublic bool Equals(
IHyperlink hlink
)
Public Function Equals (
hlink As IHyperlink
) As Boolean
public:
virtual bool Equals(
IHyperlink^ hlink
) sealed
abstract Equals :
hlink : IHyperlink -> bool
override Equals :
hlink : IHyperlink -> bool
Parameters
- hlink
- Type: Aspose.SlidesIHyperlink
The Hyperlink to compare with the current Hyperlink.
Return Value
Type:
Booleantrue if the specified Hyperlink is equal to the current Hyperlink; otherwise,
false.
Implements
IHyperlinkEquals(IHyperlink)
See Also