scripting:api:range:equals

equals

Method of IRange

Compare, if objects are equal

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