Entity.Equals(object).md
March 19, 2022 ยท View on GitHub
DefaultEcs
DefaultEcs.Entity
Entity.Equals(object) Method
Indicates whether this instance and a specified object are equal.
public override bool Equals(object obj);
Parameters
obj System.Object
The object to compare with the current instance.
Returns
System.Boolean
true if obj and this instance are the same type and represent the same value;
otherwise, false.