SqlGeography.STEquals(SqlGeography) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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