SpiecsEngine
 
Loading...
Searching...
No Matches

◆ operator!=()

bool Spices::Entity::operator!= ( const Entity & other) const
inline

Not equal Operation.

Parameters
[in]otherAnother Entity.
Returns
Returns true if not equal.

Definition at line 156 of file Entity.h.

157 {
158 return !operator==(other);
159 }
bool operator==(const Entity &other) const
Equal Operation.
Definition Entity.h:146