DbGeometry.Touches Method (DbGeometry)
Determines whether this DbGeometry value spatially touches the specified DbGeometry argument.
Assembly: EntityFramework (in EntityFramework.dll)
Parameters
- other
-
Type:
System.Data.Entity.Spatial.DbGeometry
The geometry value that should be compared with this geometry value.
Exception | Condition |
---|---|
ArgumentNullException | other is null. |