GeographicDatum.IsEquivalent

IsEquivalent(GeographicDatum, GeographicDatum)

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

public static bool IsEquivalent(GeographicDatum datum1, GeographicDatum datum2)
ParameterTypeDescription
datum1GeographicDatumFirst datum.
datum2GeographicDatumSecond datum.

Return Value

bool value, indicating whether two datums are equivalent.

See Also


IsEquivalent(GeographicDatum)

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

public bool IsEquivalent(GeographicDatum other)
ParameterTypeDescription
otherGeographicDatumOther datum.

Return Value

bool value, indicating whether two datums are equivalent.

See Also