is_match method

is_match(revision)

Checks whether or not specified revision matches criteria.

def is_match(self, revision: aspose.words.Revision):
    ...
ParameterTypeDescription
revisionRevisionThe 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