This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IC > ICompareCoordinateSystems Interface > ICompareCoordinateSystems.IsEqualLeftLongitude Method (ArcObjects .NET 10.4 SDK) |
For geographic coordinate systems, this version of IsEqual includes considers their left longitude properties. Same as IsEqual for projected coordinate systems.
[Visual Basic .NET] Public Function IsEqualLeftLongitude ( _ ByVal other As ISpatialReference, _ ByVal compareVCS As Boolean _ ) As Boolean
[C#] public bool IsEqualLeftLongitude ( ISpatialReference other, bool compareVCS );
[C++]
HRESULT IsEqualLeftLongitude(
ISpatialReference* other,
VARIANT_BOOL compareVCS,
VARIANT_BOOL* equal
);
[C++]
Parameters other
other is a parameter of type ISpatialReference compareVCS compareVCS is a parameter of type VARIANT_BOOL equal [out, retval] equal is a parameter of type VARIANT_BOOL