Equals Method (other)

Pageflex Document Action API

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
C# Visual Basic Managed C++
public bool Equals (
	Range other
)
Public Function Equals ( _
	other As Range _
) As Boolean
public:
bool Equals (
	Range^ other
)
Parameters
other (Range)
The Range to compare against.
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)