This method returns TRUE if the selected coordinate system is the same as the specified one.
| 
 JavaScript  | 
 
  | 
| 
 IsSame( pCoordinateSystem)  | 
|
| 
 C#  | 
 
  | 
| 
 bool IsSame( ICoordinateSystem66 pCoordinateSystem)  | 
|
| 
 C++  | 
 
  | 
| 
 HRESULT IsSame( ICoordinateSystem66* pCoordinateSystem, VARIANT_BOOL* pVal)  | 
|
Parameters
pCoordinateSystem
An ICoordinateSystem66 representing the coordinate system to which the selected one is being compared.
Return Value
pVal
A Boolean indicating whether the two coordinate systems are the same.
Exceptions
See: HRESULT Return Values for a list of possible values returned by the HRESULT.