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

Function operator !=

sdk/angelscript/source/as_string.cpp:398–401  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

396}
397
398bool operator !=(const asCString &a, const char *b)
399{
400 return a.Compare(b) != 0;
401}
402
403bool operator ==(const asCString &a, const asCString &b)
404{

Callers

nothing calls this directly

Calls 1

CompareMethod · 0.80

Tested by

no test coverage detected