Click or drag to resize

FacetResultLabelComparer Class

The Class FacetResultLabelComparer used for comparing results based on facet result label
Inheritance Hierarchy
SystemObject
  Dynamicweb.Indexing.Querying.FacetingFacetResultLabelComparer

Namespace:  Dynamicweb.Indexing.Querying.Faceting
Assembly:  Dynamicweb.Indexing (in Dynamicweb.Indexing.dll) Version: 5.0.2
Syntax
public class FacetResultLabelComparer : IComparer<FacetResult>, 
	IComparer
Constructors
Methods
  NameDescription
Public methodCompare(Object, Object)
Compares two instances of facet results as object
Public methodCompare(FacetResult, FacetResult)
Compares two instances of facet results
Top
See Also