Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HaxeFoundation/hxcpp
/ DynamicEq
Function
DynamicEq
src/Array.cpp:751–755 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
749
750
751
bool DynamicEq(const Dynamic &a, const Dynamic &b)
752
{
753
// ? return hx::IsInstanceEq(a,b);
754
return hx::IsEq(a,b);
755
}
756
757
758
Callers
1
arrayElemEq<Dynamic>
Function · 0.85
Calls
1
IsEq
Function · 0.85
Tested by
no test coverage detected