CompoundSpatialReferenceSystem.IsEquivalent

CompoundSpatialReferenceSystem.IsEquivalent method

Detects whether this SRS is equivalent to other SRS. .

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

Return Value

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

See Also