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
pOtherpOther 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.