scripting:api:style:equals

equals

Method of IStyle

Compare, if objects are equal

var pbResult = Style.equals(pOther);

==== Visual Basic Script ====

pbResult = Style.equals pOther

==== C++ ====

VARIANT_BOOL bResult;
HRESULT hr = Style.equals(pOther, &bResult);

===== See Also ===== IStyle