Determines whether two specified entities are not the same.
public static bool operator !=(DefaultEcs.Entity a, DefaultEcs.Entity b);
a
Entity
The first Entity to compare.
b
Entity
The second Entity to compare.
System.Boolean
true if the value of a is not the same as the value of b;
otherwise, false.