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

Method operator!=

include/covscript/core/variable.hpp:1278–1281  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1276 }
1277
1278 bool operator!=(const any &var) const
1279 {
1280 return !this->compare(var);
1281 }
1282
1283 bool operator>(const any &rhs) const
1284 {

Callers

nothing calls this directly

Calls 1

compareMethod · 0.95

Tested by

no test coverage detected