Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HaxeFoundation/hxcpp
/ operator==
Method
operator==
include/cpp/Variant.h:137–138 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
135
136
template<typename T>
137
bool operator==(const hx::ObjectPtr<T> &inRHS) const
138
{ return Compare(inRHS.mPtr)==0; }
139
140
141
template<typename T>
Callers
nothing calls this directly
Calls
2
Compare
Function · 0.85
isNull
Function · 0.85
Tested by
no test coverage detected