DbGeography.Intersects Method (DbGeography)

 

Determines whether this DbGeography value spatially intersects the specified DbGeography argument.

Namespace:   System.Data.Entity.Spatial
Assembly:  EntityFramework (in EntityFramework.dll)

public bool Intersects(
	DbGeography other
)

Parameters

other
Type: System.Data.Entity.Spatial.DbGeography

The geography value that should be compared with this geography value for intersection.

Return Value

Type: System.Boolean

true if other intersects this geography value; otherwise false.