Determines whether two specified entities are 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 the same as the value of b;
otherwise, false.