DocumentMetadataComparer<TValue> Class
Performs comparisons between documents using a specified metadata key and value type.
Namespace
Statiq.Common
Interfaces
Base Types
graph BT Type-->Base0["DocumentMetadataComparer<IDocument, TValue>"] Base0-->Base1["object"] Type-.->Interface0["IComparer<IDocument>"] Type["DocumentMetadataComparer<TValue>"] class Type type-node

Syntax

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

Type Parameters

Name Description
TValue The type metadata value type.

Constructors

Extension Methods