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