STEquals 方法
Determines whether the specified SqlGeometry has a point set identical to the calling 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
The SqlGeometry instance to compare against the calling instance.
返回值
类型:System.Data.SqlTypes. . :: . .SqlBoolean
Returns true if the SqlGeometry instance represents the same point set as the specified SqlGeometry. Returns false if it does not.