equals
Method of IPane
Description
Compare, if objects are equal
Parameters
- IPane pOther
Return Value
- 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);