DecoratingComparer overview

Public Constructors

DecoratingComparer Constructs a DecoratingComparer from an inner BaseComparer.

Public Methods

Compare  (inherited from BaseComparer)  
CompareUris Compares two Uris for priority. This can (and probably should) be overriden by derived classes.
Equals  (inherited from Object)  
GetHashCode  (inherited from Object)  
GetType  (inherited from Object)  
ReferenceEquals  (inherited from Object)  
ToString  (inherited from Object)  

Public Properties

InnerComparer The inner BaseComparer.

Protected Methods

Finalize  (inherited from Object)  
MemberwiseClone  (inherited from Object)  

See Also

DecoratingComparer Class | Eas.WebCrawler.PlugIns.RequestComparers Namespace