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

Method operator==

src/base/net.cpp:175–178  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

173}
174
175bool NETADDR::operator==(const NETADDR &other) const
176{
177 return net_addr_comp(this, &other) == 0;
178}
179
180bool NETADDR::operator!=(const NETADDR &other) const
181{

Callers

nothing calls this directly

Calls 1

net_addr_compFunction · 0.85

Tested by

no test coverage detected