SqlGeometry.STEquals(SqlGeometry) Método

Definição

Determina se o especificado SqlGeometry tem um conjunto de pontos idêntico à chamada SqlGeometry.

[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

A SqlGeometry instância a ser comparada com a instância de chamada.

Retornos

Retornará true se a SqlGeometry instância representar o mesmo conjunto de pontos que o especificado SqlGeometry. Retornará false se não o fizer.

Atributos

Aplica-se a