Compares the property values of this IPosition65 object to another IPosition65 object.
JavaScript |
|
IsEqual( Position) |
C# |
|
bool IsEqual( IPosition65 Position) |
C++ |
|
HRESULT IsEqual( IPosition65* Position, VARIANT_BOOL* pVal) |
Parameters
Position
An IPosition65 representing a position, defined by its coordinates in the 3D world.
Return Value
pVal
A Boolean that determines if the two positions are identical.
Exceptions
See: HRESULT Return Values for a list of possible values returned by the HRESULT.