ArcObjects Library Reference (Geometry)  

IProjectedCoordinateSystem4GEN.IsEqualNoNames Method

Compares two projected coordinate systems for equality but ignores their names.

[Visual Basic .NET]
Public Function IsEqualNoNames ( _
    ByVal pOther As IProjectedCoordinateSystem _
) As Boolean
[C#]
public bool IsEqualNoNames (
    IProjectedCoordinateSystem pOther
);
[C++]
HRESULT IsEqualNoNames(
  IProjectedCoordinateSystem* pOther,
  VARIANT_BOOL* equalNoNames
);
[C++]

Parameters

pOther

  pOther is a parameter of type IProjectedCoordinateSystem

equalNoNames [out, retval]   equalNoNames is a parameter of type VARIANT_BOOL

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IProjectedCoordinateSystem4GEN Interface