2 overrides of SpatialEquals
System.Data.Entity (2)
System\Data\Spatial\DefaultSpatialServices.cs (1)
311public override bool SpatialEquals(DbGeography geographyValue, DbGeography otherGeography)
System\Data\SqlClient\SqlSpatialServices.Generated.cs (1)
225public override bool SpatialEquals(System.Data.Spatial.DbGeography geographyValue1, System.Data.Spatial.DbGeography geographyValue2)
1 reference to SpatialEquals
System.Data.Entity (1)
System\Data\Spatial\DbGeography.cs (1)
440return this.spatialSvcs.SpatialEquals(this, other);