public bool IsEqual( SpatialReference other, bool ignoreUnknown )
Public Function IsEqual( _ ByVal other As SpatialReference, _ Optional ByVal ignoreUnknown As Boolean _ ) As Boolean
Parameters
- other
- The spatial reference to compare to.
- ignoreUnknown
- (Optional) The default value is false. If set to true and the other spatial reference is Unknown, true will be returned.
Return Value
Returns true if the spatial references are equal.