Base:
1 reference to Equals
Microsoft.Maui.Maps (1)
Primitives\MapSpan.cs (1)
97 return Center.Equals(other.Center) && LongitudeDegrees.Equals(other.LongitudeDegrees) && LatitudeDegrees.Equals(other.LatitudeDegrees);