equals
Method of IRange
Description
Compare, if objects are equal
Parameters
- IRange pOther
Return Value
- VARIANT_BOOL pbResult
Syntax
JavaScript
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