IsMatch

IRevisionCriteria.IsMatch method

Checks whether or not specified revision matches criteria.

public bool IsMatch(Revision revision)
ParameterTypeDescription
revisionRevisionThe Revision instance to match criteria.

Return Value

True if the revision matches criteria, otherwise False.

Remarks

The method implementation should not accept/reject the revision or modify it in any way due to unexpected results.

See Also