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
equality operator- Parameters
a – A
ScopedSnapshot
to compareb – A
ScopedSnapshot
to compare
- Returns
true
ifa
andb
are equal;false
otherwise.