equals
Method of IPoint
Description
Compare, if objects are equal
Parameters
- IPoint pOther
Return Value
- VARIANT_BOOL pbResult
Syntax
JavaScript
var pbResult = Point.equals(pOther);
==== Visual Basic Script ====
pbResult = Point.equals pOther
==== C++ ====
VARIANT_BOOL bResult; HRESULT hr = Point.equals(pOther, &bResult);
===== See Also ===== IPoint