MCPcopy 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

CompareFunction · 0.85
isNullFunction · 0.85

Tested by

no test coverage detected