Projection.IsEquivalent

Projection.IsEquivalent method

Determines is two projections are equivalent. Equivalent projections map (longitude, latitude) to (x, y) in the same way.

public bool IsEquivalent(Projection other)
ParameterTypeDescription
otherProjectionOther projection

Return Value

true if projections are equivalent, false otherwise.

See Also