carb::assets::operator!=

Defined in carb/assets/AssetsUtils.h

template<class Type>
bool carb::assets::operator!=(const carb::assets::ScopedSnapshot<Type> &a, const carb::assets::ScopedSnapshot<Type> &b)

ScopedSnapshot inequality operator

Parameters
  • a – A ScopedSnapshot to compare

  • b – A ScopedSnapshot to compare

Returns

true if a and b are unequal; false otherwise.