Entity.operator!(Entity,Entity).md
March 19, 2022 ยท View on GitHub
DefaultEcs
DefaultEcs.Entity
Entity.operator !=(Entity, Entity) Operator
Determines whether two specified entities are not the same.
public static bool operator !=(DefaultEcs.Entity a, DefaultEcs.Entity b);
Parameters
a Entity
The first Entity to compare.
b Entity
The second Entity to compare.
Returns
System.Boolean
true if the value of a is not the same as the value of b;
otherwise, false.