DocumentMetadataComparer<TValue> Class
Performs comparisons between documents using a specified metadata key and value type.
Namespace
Statiq.Common
Interfaces
Base Types
DocumentMetadataComparer<TValue>
DocumentMetadataComparer<IDocument, TValue>
object
IComparer<IDocument>

Syntax

public class DocumentMetadataComparer<TValue> : DocumentMetadataComparer<IDocument, TValue>, 
    IComparer<IDocument>

Type Parameters

Name Description
TValue The type metadata value type.

Constructors

Extension Methods