Method of IScope
Compare, if objects are equal
var pbResult = Scope.equals(pOther);
==== Visual Basic Script ====
pbResult = Scope.equals pOther
==== C++ ====
VARIANT_BOOL bResult; HRESULT hr = Scope.equals(pOther, &bResult);
===== See Also ===== IScope