IsEqual

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

 

JavaScript

 

IsEqual(

       Position)

 

C#

 

bool IsEqual(

       IPosition80 Position)

 

C++

 

HRESULT IsEqual(

       IPosition80* Position,

       VARIANT_BOOL* pVal)

Parameters

Position

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