equals
fun equals(left: Cartographic? = definedExternally, right: Cartographic? = definedExternally): Boolean(source)
Compares the provided cartographics componentwise and returns true if they are equal, false otherwise.
Return
true if left and right are equal, false otherwise.
Parameters
left
The first cartographic.
right
The second cartographic.