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