scripting:api:range:equals

equals

Method of IRange

Compare, if objects are equal

var pbResult = Range.equals(pOther);

==== Visual Basic Script ====

pbResult = Range.equals pOther

==== C++ ====

VARIANT_BOOL bResult;
HRESULT hr = Range.equals(pOther, &bResult);

===== See Also ===== IRange