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