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


ICompareCoordinateSystems.IsEqualNoVCS Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IC > ICompareCoordinateSystems Interface > ICompareCoordinateSystems.IsEqualNoVCS Method
ArcGIS Developer Help

ICompareCoordinateSystems.IsEqualNoVCS Method

Compares spatial references without considering any vertical coordinate system that may be associated with the spatial reference.

[Visual Basic .NET]
Public Function IsEqualNoVCS ( _
    ByVal other As ISpatialReference _
) As Boolean
[C#]
public bool IsEqualNoVCS (
    ISpatialReference other
);
[C++]
HRESULT IsEqualNoVCS(
  ISpatialReference* other
);
[C++]
Parameters
other 

other is a parameter of type ISpatialReference*

Product Availability

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

See Also

ICompareCoordinateSystems Interface