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