HtmlAttribute.CompareTo Method |
Compares the current instance with another attribute. Comparison is based on attributes' name.
Namespace: WorkflowGen.My.HtmlAgilityPackAssembly: WorkflowGen.My (in WorkflowGen.My.dll) Version: 2.4.0.0 (2.4.0.0)
Syntaxpublic int CompareTo(
Object obj
)
Public Function CompareTo (
obj As Object
) As Integer
Parameters
- obj
- Type: System.Object
An attribute to compare with this instance.
Return Value
Type:
Int32A 32-bit signed integer that indicates the relative order of the names comparison.
Implements
IComparable.CompareTo(Object)
See Also