scripting:api:pane:equals

equals

Method of IPane

Compare, if objects are equal

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