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