isMatch method
isMatch(revision)
Checks whether or not specified revision matches criteria.
isMatch(revision: Aspose.Words.Revision)
Parameter | Type | Description |
---|---|---|
revision | Revision | The Revision instance to match criteria. |
Remarks
The method implementation should not accept/reject the revision or modify it in any way due to unexpected results.
Returns
True
if the revision matches criteria, otherwiseFalse
.
See Also
- module Aspose.Words
- class IRevisionCriteria