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)
- ScopedSnapshotinequality operator- Parameters
- a – A - ScopedSnapshotto compare
- b – A - ScopedSnapshotto compare
 
- Returns
- trueif- aand- bare unequal;- falseotherwise.