Files
OpenRA/OpenRA.Game
RoosterDragon 6c9fbd40dc Implement IEquatable on structs.
Any struct which overrides object.Equals(object obj) should implement IEquatable<T> to gain a more efficient Equals(T other) overload. This overload will be used by hashing collections like Dictionary which enables them to check equality without boxing the struct.
2019-09-15 19:56:58 +02:00
..
2019-09-02 01:45:35 +02:00
2019-09-15 19:56:58 +02:00
2019-08-25 15:30:45 +02:00
2019-06-27 23:34:16 +02:00
2019-09-14 22:09:40 +02:00
2019-03-04 18:26:42 +00:00
2019-09-04 20:20:04 +02:00
2019-06-08 13:20:14 +02:00
2019-08-10 17:34:11 +02:00