Method of IPoint
Compare, if objects are equal
var pbResult = Point.equals(pOther);
pbResult = Point.equals pOther
VARIANT_BOOL bResult; HRESULT hr = Point.equals(pOther, &bResult);
IPoint