SpatialReferenceSystem.IsEquivalent

IsEquivalent(SpatialReferenceSystem)

Detects whether this SRS is equivalent to other SRS. .

public virtual bool IsEquivalent(SpatialReferenceSystem other)
ParameterTypeDescription
otherSpatialReferenceSystemOther SRS.

Return Value

bool value, indicating whether this SRS is equivalent to other SRS.

See Also


IsEquivalent(SpatialReferenceSystem, SpatialReferenceSystem)

Determines if two SRS are equivalent. Same coordinates of equivalent SRS match same place on Earth. Some parameters of equivalent SRS can be different, for example Name.

public static bool IsEquivalent(SpatialReferenceSystem srs1, SpatialReferenceSystem srs2)
ParameterTypeDescription
srs1SpatialReferenceSystemFirst SRS.
srs2SpatialReferenceSystemSecond SRS.

Return Value

bool value, indicating whether two SRS are equivalent.

See Also