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.