Langue

SqlGeometry.STEquals(SqlGeometry) Méthode

Définition

Détermine si le point spécifié SqlGeometry a un jeu de points identique à l’appel 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

Paramètres

other
SqlGeometry

Instance SqlGeometry à comparer à l’instance appelante.

Retours

Retourne true si l’instance SqlGeometry représente le même jeu de points que le jeu spécifié SqlGeometry. Retourne false si ce n’est pas le cas.

Attributs

S’applique à