scripting:api:short-key-handler:equals

equals

Method of IShortKeyHandler

Compare, if objects are equal

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