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

Method operator!=

pdal/SpatialReference.cpp:373–376  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

371
372
373bool SpatialReference::operator!=(const SpatialReference& input) const
374{
375 return !(this->equals(input));
376}
377
378
379const std::string& SpatialReference::getName() const

Callers

nothing calls this directly

Calls 1

equalsMethod · 0.95

Tested by

no test coverage detected