DbGeometry.Touches(DbGeometry) Method

Definition

Determines whether this DbGeometry value spatially touches the specified DbGeometry argument.

C#
public bool Touches(System.Data.Spatial.DbGeometry other);

Parameters

other
DbGeometry

The geometry value that should be compared with this geometry value.

Returns

true if other touches this geometry value; otherwise false.

Exceptions

Applies to

Product Versions
.NET Framework 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1