Langue

SqlGeography.STEquals(SqlGeography) Méthode

Définition

Détermine si l’instance spécifiée SqlGeography a le même jeu de points que l’instance appelante SqlGeography .

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

Paramètres

other
SqlGeography

Instance SqlGeography à comparer à l’instance sur laquelle STEquals(SqlGeography) est appelée.

Retours

Valeur SqlBoolean qui indique si l’instance appelante a le même jeu de points que l’instance spécifiée SqlGeography . Si la valeur est true, les deux instances ont le même jeu de points. Sinon, faux.

Attributs

S’applique à