is_exact_same

Equi7Grid_projection.is_exact_same(other: Any) bool

Check if the CRS objects are the exact same.

Parameters:

other (Any) – Check if the other CRS is the exact same to this object. If the other object is not a CRS, it will try to create one. On Failure, it will return False.

Return type:

bool