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


IProjectedCoordinateSystem2.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 > IProjectedCoordinateSystem2 Interface > IProjectedCoordinateSystem2.IsEqualNoNames Method
ArcGIS Developer Help

IProjectedCoordinateSystem2.IsEqualNoNames Method

Compares to 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

IProjectedCoordinateSystem2 Interface