====== equals ====== Method of [[:scripting:api:short-key-handler:start|IShortKeyHandler]] ===== Description ===== Compare, if objects are equal ===== Parameters ===== * [[:scripting:api:short-key-handler:start|IShortKeyHandler]] **pOther** ==== Return Value ==== * [[scripting:api:data-type:VARIANT_BOOL|VARIANT_BOOL]] **pbResult** ===== Syntax ===== ==== JavaScript ==== var pbResult = ShortKeyHandler.equals(pOther); ==== Visual Basic Script ==== pbResult = ShortKeyHandler.equals pOther ==== C++ ==== VARIANT_BOOL bResult; HRESULT hr = ShortKeyHandler.equals(pOther, &bResult); ===== See Also ===== [[:scripting:api:short-key-handler:start|IShortKeyHandler]] ~~NOTOC~~