scripting:api:style:equals

equals

Method of IStyle

Compare, if objects are equal

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