Expand Minimize
This topic has not yet been rated - Rate this topic

SqlGeometry.STEquals Method

Determines whether the specified SqlGeometry has a point set identical to the calling SqlGeometry.

Namespace:  Microsoft.SqlServer.Types
Assembly:  Microsoft.SqlServer.Types (in Microsoft.SqlServer.Types.dll)
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)]
public SqlBoolean STEquals(
	SqlGeometry other
)

Parameters

other
Type: Microsoft.SqlServer.Types.SqlGeometry
The SqlGeometry instance to compare against the calling instance.

Return Value

Type: 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.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.