equals

Equi7Grid_projection.equals(other: Any, ignore_axis_order: bool = False) bool

New in version 2.5.0.

Check if the CRS objects are equivalent.

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

  • ignore_axis_order (bool, default=False) – If True, it will compare the CRS class and ignore the axis order.

Return type:

bool