Specifies a comparison delegate to use for the ordering.
- Namespace
- Statiq
.Core - Containing Type
- OrderDocuments
Syntax
public OrderDocuments WithComparison(Comparison<object> comparison)
Parameters
Name | Type | Description |
---|---|---|
comparison | Comparison |
The comparison delegate to use. |
Return Value
Type | Description |
---|---|
OrderDocuments | The current module instance. |