This document is archived and information here might be outdated.  Recommended version.


IProjectedCoordinateSystem4GEN.IsEqualNoNames Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IP > IProjectedCoordinateSystem4GEN Interface > IProjectedCoordinateSystem4GEN.IsEqualNoNames Method
ArcGIS Developer Help

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
);
[C++]
Parameters
pOther 

pOther is a parameter of type IProjectedCoordinateSystem*

Product Availability

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

See Also

IProjectedCoordinateSystem4GEN Interface