Compartir a través de


DbGeometry.Contains(DbGeometry) Método

Definición

Determina si este valor DbGeometry contiene espacialmente el argumento DbGeometry especificado.

public bool Contains (System.Data.Entity.Spatial.DbGeometry other);
member this.Contains : System.Data.Entity.Spatial.DbGeometry -> bool
Public Function Contains (other As DbGeometry) As Boolean

Parámetros

other
DbGeometry

Valor de geometría que se debe comparar con este valor de geometría para ver su contención.

Devoluciones

true si este valor de geometría contiene otro; de lo contrario, false.

Excepciones

Se aplica a