op_Equality

Tests two hyperlinks for equality.

public static bool operator ==(Hyperlink hlink1, Hyperlink hlink2)
ParameterTypeDescription
hlink1HyperlinkFirst hyperlink to be tested.
hlink2HyperlinkSecond hyperlink to be tested.

Return Value

True if hyperlinks are equal.

See Also