예제 #1
0
 /// <inheritdoc />
 public bool Equals(EntityCoordinates other)
 {
     return(EntityId.Equals(other.EntityId) && Position.Equals(other.Position));
 }