Method of IMarker
Compare, if objects are equal
var pbResult = Marker.equals(pOther);
==== Visual Basic Script ====
pbResult = Marker.equals pOther
==== C++ ====
VARIANT_BOOL bResult; HRESULT hr = Marker.equals(pOther, &bResult);
===== See Also ===== IMarker