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