SqlGeography.STEquals(SqlGeography) メソッド

定義

指定した SqlGeography インスタンスが呼び出し元の 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

パラメーター

other
SqlGeography

STEquals(SqlGeography)が呼び出されるインスタンスと比較する SqlGeography インスタンスです。

返品

呼び出し元のインスタンスが、指定した SqlGeography インスタンスと同じポイント セットを持っているかどうかを示す SqlBoolean 値。 true の場合、両方のインスタンスに同じポイント セットがあります。 それ以外の場合は false。

属性

適用対象