Method Matches
Matches(Revision)
Determines whether a revision satisfies every criterion set on this filter.
A revision whose date is absent or unparseable never matches a filter that sets NotBefore or NotAfter: the alternative is to guess a timestamp and then accept or reject content based on the guess.
public bool Matches(Revision revision)
Parameters
revisionRevisionThe revision to test.
Returns
Exceptions
- ArgumentNullException
revisionis null.