MCPcopy Create free account
hub / github.com/PDAL/PDAL / operator==

Method operator==

pdal/SpatialReference.cpp:367–370  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

365
366
367bool SpatialReference::operator==(const SpatialReference& input) const
368{
369 return this->equals(input);
370}
371
372
373bool SpatialReference::operator!=(const SpatialReference& input) const

Callers

nothing calls this directly

Calls 1

equalsMethod · 0.95

Tested by

no test coverage detected