Share via


TextRange.isEqual Method

SharePoint Designer Developer Reference

Returns True if the TextRange object specified in the range argument is the same as the original TextRange object.

Syntax

expression.isEqual(range)

expression   Required. A variable that represents a TextRange object.

Parameters

Name Required/Optional Data Type Description
range Required TextRange The range to compare to the parent TextRange object.

Return Value
Boolean

See Also