PageElementInfoSortOnOrderCompare Method |
Compares two PageElementInfo objects and returns a value indicating whether one is less than, equal to, or greater than the other (based on sort order).
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public int Compare(
Object A,
Object B
)
Public Function Compare (
A As Object,
B As Object
) As Integer
Parameters
- A
- Type: SystemObject
The first PageElementInfo object to compare - B
- Type: SystemObject
The second PageElementInfo object to compare
Return Value
Type:
Int32Less than zero, PageElementInfo A sort order is less than PageElementInfo B.
Zero, PageElementInfo A sort order is the same as PageElementInfo B.
Greater than zero, PageElementInfo A sort order is greater than PageElementInfo B.
Implements
IComparerCompare(Object, Object)See Also