scripting:api:marker:equals

equals

Method of IMarker

Compare, if objects are equal

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