Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DanielChappuis/reactphysics3d
/ operator!=
Method
operator!=
include/reactphysics3d/engine/Entity.h:122–124 ·
view source on GitHub ↗
Inequality operator
Source
from the content-addressed store, hash-verified
120
121
// Inequality operator
122
RP3D_FORCE_INLINE bool Entity::operator!=(const Entity& entity) const {
123
return entity.id != id;
124
}
125
126
}
127
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected