IsEqual

Compares the property values of this IPosition66 object to another IPosition66 object.

 

JavaScript

 

IsEqual(

       Position)

 

C#

 

bool IsEqual(

       IPosition66 Position)

 

C++

 

HRESULT IsEqual(

       IPosition66* Position,

       VARIANT_BOOL* pVal)

Parameters

Position

An IPosition66 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.