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 name | Description |
---|---|
LeftIsHigherPriority | SummaryOf the two requests, the first one passed in (the one on the left) is higher priority. |
PrioritiesAreEqual | SummaryThe two requests are equal in their priority. |
RightIsHigherPriority | SummaryOf the two requests, the second one passed in (the one on the right) is higher priority. |
Requirements
Namespace: Eas.WebCrawler.PlugIns.RequestComparersAssembly: Eas.WebCrawler.PlugIns (eas.webcrawler.plugins.dll)