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


IProjectedCoordinateSystem4GEN.IsEqualNoNames Method (ArcObjects .NET 10.5 SDK)
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