指定した SqlGeometry に、呼び出し元の SqlGeometry と同じ点の集合があるかどうかを示します。
名前空間: Microsoft.SqlServer.Types
アセンブリ: Microsoft.SqlServer.Types (Microsoft.SqlServer.Types.dll)
構文
'宣言
<SqlMethodAttribute(IsDeterministic := True, IsPrecise := False)> _
Public Function STEquals ( _
other As SqlGeometry _
) As SqlBoolean
'使用
Dim instance As SqlGeometry
Dim other As SqlGeometry
Dim returnValue As SqlBoolean
returnValue = instance.STEquals(other)
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)]
public SqlBoolean STEquals(
SqlGeometry other
)
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)]
public:
SqlBoolean STEquals(
SqlGeometry^ other
)
[<SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)>]
member STEquals :
other:SqlGeometry -> SqlBoolean
public function STEquals(
other : SqlGeometry
) : SqlBoolean
パラメーター
- other
型: Microsoft.SqlServer.Types.SqlGeometry
呼び出し元インスタンスと比較する SqlGeometry インスタンスです。
戻り値
型: System.Data.SqlTypes.SqlBoolean
SqlGeometry インスタンスが、指定した SqlGeometry インスタンスと同一地点を表している場合は true を返します。それ以外の場合は false を返します。