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