Home > All Other Interfaces > IPosition > IsEqual

IsEqual

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

 

JavaScript

 

IsEqual(

      Position)

 

C#

 

bool IsEqual(

      IPosition6 Position)

 

C++

 

HRESULT IsEqual(

      IPosition6* Position,

      VARIANT_BOOL* pVal)

Parameters

Position

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