Returns true if the measure tolerances of the two spatial references are the same.
[Visual Basic .NET] Public Function IsMToleranceEqual ( _ ByVal otherSR As ISpatialReference _ ) As Boolean
[C#] public bool IsMToleranceEqual ( ISpatialReference otherSR );
[C++]
HRESULT IsMToleranceEqual(
ISpatialReference* otherSR,
VARIANT_BOOL* IsMToleranceEqual
);
[C++]Parameters
otherSR [in]otherSR is a parameter of type ISpatialReference
IsMToleranceEqual [out, retval] IsMToleranceEqual is a parameter of type VARIANT_BOOL
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Remarks
IsMToleranceEqual will return True if both Spatial Reference MTolerances are undefined (NaN) or if they are both defined and numerically equal.
Note that the IClone::IsEqual method on spatial references does not consider coordinate grid or tolerance properties. It only looks at the coordinate system part (i.e. projection information) of the spatial reference.