SqlGeometry.STEquals Method
SQL Server 2008 R2
Determines whether the specified SqlGeometry has a point set identical to the calling SqlGeometry.
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.SqlBooleanReturns true if the SqlGeometry instance represents the same point set as the specified SqlGeometry. Returns false if it does not.