Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 1.27 KB

Entity.operator!(Entity,Entity).md

File metadata and controls

28 lines (18 loc) · 1.27 KB

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.