DbGeometry.Disjoint Method (DbGeometry)
Determines whether this DbGeometry is spatially disjoint from 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 for disjointness.
Return Value
Type: System.Booleantrue if other is disjoint from this geometry value; otherwise, false.
Exception | Condition |
---|---|
ArgumentNullException | other is null. |