MCPcopy 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

CompareFunction · 0.85
isNullFunction · 0.85

Tested by

no test coverage detected