2 overrides of SpatialEquals
System.Data.Entity (2)
System\Data\Spatial\DefaultSpatialServices.cs (1)
685
public override bool
SpatialEquals
(DbGeometry geometryValue, DbGeometry otherGeometry)
System\Data\SqlClient\SqlSpatialServices.Generated.cs (1)
637
public override bool
SpatialEquals
(System.Data.Spatial.DbGeometry geometryValue1, System.Data.Spatial.DbGeometry geometryValue2)
1 reference to SpatialEquals
System.Data.Entity (1)
System\Data\Spatial\DbGeometry.cs (1)
460
return this.spatialSvcs.
SpatialEquals
(this, other);