Click or drag to resize

HtmlAttributeCompareTo Method

Compares the current instance with another attribute. Comparison is based on attributes' name.

Namespace:  WorkflowGen.My.HtmlAgilityPack
Assembly:  WorkflowGen.My (in WorkflowGen.My.dll) Version: 8.1.3.0 (8.1.3.20220620)
Syntax
public int CompareTo(
	Object obj
)

Parameters

obj
Type: SystemObject
An attribute to compare with this instance.

Return Value

Type: Int32
A 32-bit signed integer that indicates the relative order of the names comparison.

Implements

IComparableCompareTo(Object)
See Also