Click or drag to resize

ClickHyperlink Equals Method (ClickHyperlink)

Indicates whether the two Hyperlink instances are equal.

Namespace: Spire.Presentation
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public bool Equals(
	ClickHyperlink hlink
)

Parameters

hlink
Type: Spire.Presentation ClickHyperlink
The Hyperlink to compare with the current Hyperlink.

Return Value

Type: Boolean
See Also