scripting:api:menu-object:equals

Action unknown: addtobook

equals

Method of IMenuObject

Compare, if objects are equal

var pbResult = MenuObject.equals(pOther);
pbResult = MenuObject.equals pOther
VARIANT_BOOL bResult;
HRESULT hr = MenuObject.equals(pOther, &bResult);