DbGeometry.Disjoint Method (DbGeometry)

 

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

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

public bool Disjoint(
	DbGeometry other
)

Parameters

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

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

Return Value

Type: System.Boolean

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

Exception Condition
ArgumentNullException

other is null.