1% Generated by roxygen2: do not edit by hand
2% Please edit documentation in R/wk-crs.R
3\name{wk_crs_equal}
4\alias{wk_crs_equal}
5\alias{wk_crs_equal_generic}
6\title{Compare CRS objects}
7\usage{
8wk_crs_equal(x, y)
9
10wk_crs_equal_generic(x, y, ...)
11}
12\arguments{
13\item{x, y}{Objects stored in the \code{crs} attribute of a vector.}
14
15\item{...}{Unused}
16}
17\value{
18\code{TRUE} if \code{x} and \code{y} can be considered equal, \code{FALSE} otherwise.
19}
20\description{
21The \code{\link[=wk_crs_equal]{wk_crs_equal()}} function uses special S3 dispatch on \code{\link[=wk_crs_equal_generic]{wk_crs_equal_generic()}}
22to evaluate whether or not two CRS values can be considered equal. When implementing
23\code{\link[=wk_crs_equal_generic]{wk_crs_equal_generic()}}, every attempt should be made to make \code{wk_crs_equal(x, y)}
24and \code{wk_crs_equal(y, x)} return identically.
25}
26