DbGeography.Disjoint Method (DbGeography)

 

Determines whether this DbGeography is spatially disjoint from the specified DbGeography argument.

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

public bool Disjoint(
	DbGeography other
)

Parameters

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

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

Return Value

Type: System.Boolean

true if other is disjoint from this geography value; otherwise false.