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
otherother 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
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.