MCPcopy Create free account
hub / github.com/HaxeFoundation/hxcpp / operator!=

Method operator!=

include/cpp/Variant.h:676–678  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

674 }
675 template<typename T>
676 bool ObjectPtr<T>::operator!=(const cpp::Variant &inRHS) const {
677 return inRHS.Compare(mPtr)!=0;
678 }
679
680} // close hx
681namespace cpp {

Callers

nothing calls this directly

Calls 1

CompareMethod · 0.80

Tested by

no test coverage detected