SqlGeometry.STEquals(SqlGeometry) Método

Definición

Determina si el especificado SqlGeometry tiene un punto establecido idéntico a la llamada SqlGeometrya .

[Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=false)]
public System.Data.SqlTypes.SqlBoolean STEquals(Microsoft.SqlServer.Types.SqlGeometry other);
[<Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=false)>]
member this.STEquals : Microsoft.SqlServer.Types.SqlGeometry -> System.Data.SqlTypes.SqlBoolean
Public Function STEquals (other As SqlGeometry) As SqlBoolean

Parámetros

other
SqlGeometry

Instancia SqlGeometry que se va a comparar con la instancia de llamada.

Devoluciones

Devuelve true si la SqlGeometry instancia representa el mismo punto establecido que el especificado SqlGeometry. Devuelve false si no lo hace.

Atributos

Se aplica a