IsEqual

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

 

JavaScript

 

IsEqual(

       Position)

 

C#

 

bool IsEqual(

       IPosition61 Position)

 

C++

 

HRESULT IsEqual(

      IPosition61* Position,

      VARIANT_BOOL* pVal)

Parameters

Position

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