MCPcopy Create free account
hub / github.com/DanielChappuis/reactphysics3d / operator==

Method operator==

include/reactphysics3d/engine/Entity.h:116–119  ·  view source on GitHub ↗

Equality operator

Source from the content-addressed store, hash-verified

114
115// Equality operator
116RP3D_FORCE_INLINE bool Entity::operator==(const Entity& entity) const {
117
118 return entity.id == id;
119}
120
121// Inequality operator
122RP3D_FORCE_INLINE bool Entity::operator!=(const Entity& entity) const {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected