Equals
Contents
[
Hide
]Equals(object)
Determines whether the two Hyperlink instances are equal.
public override bool Equals(object obj)
Parameter | Type | Description |
---|---|---|
obj | Object | The Hyperlink to compare with the current Hyperlink. |
Return Value
true if the specified Hyperlink is equal to the current Hyperlink; otherwise, false.
See Also
- class Hyperlink
- namespace Aspose.Slides
- assembly Aspose.Slides
Equals(IHyperlink)
Determines whether the two Hyperlink instances are equal.
public bool Equals(IHyperlink hlink)
Parameter | Type | Description |
---|---|---|
hlink | IHyperlink | The Hyperlink to compare with the current Hyperlink. |
Return Value
true if the specified Hyperlink is equal to the current Hyperlink; otherwise, false.
See Also
- interface IHyperlink
- class Hyperlink
- namespace Aspose.Slides
- assembly Aspose.Slides