2 overrides of SpatialEquals
System.Data.Entity (2)
System\Data\Spatial\DefaultSpatialServices.cs (1)
311
public override bool
SpatialEquals
(DbGeography geographyValue, DbGeography otherGeography)
System\Data\SqlClient\SqlSpatialServices.Generated.cs (1)
225
public 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)
440
return this.spatialSvcs.
SpatialEquals
(this, other);