MCPcopy Create free account
hub / github.com/RobLoach/raylib-cpp / operator==

Function operator==

include/Color.hpp:188–188  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

186 }
187
188 bool operator==(const ::Color& other) const { return ::ColorIsEqual(*this, other); }
189 bool operator!=(const ::Color& other) const { return !::ColorIsEqual(*this, other); }
190
191 /**

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected