Pageflex Document Action API
Equals Method (other)
Namespaces > Pageflex.Scripting > Range > Equals(Range)
Determines whether two Range objects refer to identical ranges in the document.
Syntax
Return Value
trueTruetrue if the two objects refer to identical ranges in the document, and falseFalsefalse otherwise.
Remarks
Returns trueTruetrue if this Range and other refer to identical ranges in the document,
and falseFalsefalse if they are different.
Exceptions
Exception | Condition |
---|---|
RangeNotEditableException | Deleting part of a variable, table of contents, or page number is not permitted. |
ArgumentNullException | The value supplied for other was nullNothingnullptr. |
StaleScriptingObjectException | This object's associated internal object no longer exists. |
Assembly: PFScript Version: 8.0.7.1407 (Module: PFScript)