Summary

An enumeration which represents the results of IEnumerable.Compare in a more explicit way.

Declaration Syntax

Public Enum CompareResult
public enum CompareResult
__value public enum CompareResult
public enum CompareResult

Members

Member nameDescription
LeftIsHigherPriority

Summary

Of the two requests, the first one passed in (the one on the left) is higher priority.
PrioritiesAreEqual

Summary

The two requests are equal in their priority.
RightIsHigherPriority

Summary

Of the two requests, the second one passed in (the one on the right) is higher priority.

Requirements

Namespace: Eas.WebCrawler.PlugIns.RequestComparers
Assembly: Eas.WebCrawler.PlugIns (eas.webcrawler.plugins.dll)

See Also

Eas.WebCrawler.PlugIns.RequestComparers Namespace