This document is archived and information here might be outdated. Recommended version. |
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
);
[C++] Parameters other
other is a parameter of type ISpatialReference* compareVCS
compareVCS is a parameter of type bool