SqlGeography.STEquals(SqlGeography) Method

Definition

Determines whether the specified SqlGeography instance has the same point set as the calling SqlGeography instance.

[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

Parameters

other
SqlGeography

Is a SqlGeography instance to compare against the instance on which STEquals(SqlGeography) is invoked.

Returns

A SqlBoolean value that indicates whether the calling instance has the same point set as the specified SqlGeography instance. If true, both instances have the same point set. Otherwise, false.

Attributes

Applies to