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