equals

Method of IRange

Description

Compare, if objects are equal

Parameters

Return Value

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