Metodo DbGeography.Intersects
[Questa pagina è specifica della versione 6 di Entity Framework. La versione più recente è disponibile come pacchetto NuGet per "Entity Framework". Per ulteriori informazioni su Entity Framework, vedere la pagina msdn.com/data/ef.]
Determina se questo valore DbGeography interseca spazialmente l'argomento DbGeography specificato.
Spazio dei nomi: System.Data.Entity.Spatial
Assembly: EntityFramework (in EntityFramework.dll)
Sintassi
'Dichiarazione
Public Function Intersects ( _
other As DbGeography _
) As Boolean
'Utilizzo
Dim instance As DbGeography
Dim other As DbGeography
Dim returnValue As Boolean
returnValue = instance.Intersects(other)
public bool Intersects(
DbGeography other
)
public:
bool Intersects(
DbGeography^ other
)
member Intersects :
other:DbGeography -> bool
public function Intersects(
other : DbGeography
) : boolean
Parametri
- other
Tipo: System.Data.Entity.Spatial.DbGeography
Valore geografico che deve essere confrontato con questo valore geografico ai fini dell'intersezione.
Valore restituito
Tipo: System.Boolean
true se Other interseca questo valore geografico. In caso contrario, false.