isMatch method

isMatch(revision)

Checks whether or not specified revision matches criteria.

isMatch(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