Files
OpenRA/OpenRA.Game/Primitives
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-15 19:56:58 +02:00
2019-09-15 19:56:58 +02:00
2019-07-26 15:54:22 +02:00
2019-09-15 19:56:58 +02:00
2019-09-15 19:56:58 +02:00
2019-09-15 19:56:58 +02:00