Click or drag to resize

ClickHyperlink Equals Method (Object)

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 override bool Equals(
	Object obj
)

Parameters

obj
Type: System Object
The Hyperlink to compare with the current Hyperlink.

Return Value

Type: Boolean
See Also