Completed
Last Updated: 15 Jun 2021 10:26 by ADMIN
Release R2 2021 SP1
Ketan
Created on: 28 May 2021 05:05
Category: Map
Type: Feature Request
0
RadMap: implement IEquatable<T> interface for PointG and other such value types in the same namespace
GeoCoordinate class in System.Device.Location namespace does implement IEquatable<T> interface.

So it might be useful if PointG (and PointL, RectangleG, RectangleL, SizeG, SizeL) value types also implement it. There are so many articles about its advantage. The reason is I want to use LINQ queries on a PointG collection, GroupBy, Distinct, etc... so it will be better optimized.

Please refer.
https://medium.com/@semuserable/c-journey-into-struct-equality-comparison-deep-dive-9693f74562f1 

The Epilogue part specifically.
0 comments