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-01-26 23:15:21 +01:00
2019-06-08 18:44:50 +02:00
2019-01-26 23:15:21 +01:00
2019-09-15 19:56:58 +02:00
2019-01-26 23:15:21 +01:00
2019-01-26 23:15:21 +01:00
2019-03-04 18:26:42 +00:00
2019-09-15 19:56:58 +02:00
2019-03-04 18:26:42 +00:00
2019-01-26 23:15:21 +01:00
2019-01-26 23:15:21 +01:00
2019-07-26 15:54:22 +02:00
2019-01-26 23:15:21 +01:00
2019-06-08 18:44:50 +02:00
2019-01-26 23:15:21 +01:00
2019-01-26 23:15:21 +01:00
2019-09-15 19:56:58 +02:00
2019-01-26 23:15:21 +01:00
2019-06-08 18:44:50 +02:00
2019-01-26 23:15:21 +01:00
2019-01-26 23:15:21 +01:00
2019-01-26 23:15:21 +01:00
2019-09-15 19:56:58 +02:00
2019-01-26 23:15:21 +01:00
2019-09-15 19:56:58 +02:00
2019-03-04 18:26:42 +00:00
2019-01-26 23:15:21 +01:00