HBCMS更多的中文手册参考:

isEqual Method

DHTML文档教程

Returns a value indicating whether the specified range is equal to the current range.

dhtml语法

bEqual = TextRange.isEqual(oCompareRange)

Parameters

oCompareRange Required. TextRange object to compare with the current TextRange object.

Return Value

Boolean that returns one of the following possible values.

trueoCompareRange is equal to the parent object.
falseoCompareRange is not equal to the parent object.

是否符合公共标准

There is no public standard that applies to this method.

Applies To

TextRange

更多语法参考

inRange