is_match method
is_match(revision)
Checks whether or not specified revision matches criteria.
def is_match(self, 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