Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
367
bool SpatialReference::operator==(const SpatialReference& input) const
368
{
369
return this->equals(input);
370
}
371
372
373
bool SpatialReference::operator!=(const SpatialReference& input) const
Callers
nothing calls this directly
Calls
1
equals
Method · 0.95
Tested by
no test coverage detected