Metoda SqlGeography.STEquals
Określa, czy określona SqlGeography wystąpienie ma ten sam punkt zestaw jako wywołujący SqlGeography instancji.
Przestrzeń nazw: Microsoft.SqlServer.Types
Zestaw: Microsoft.SqlServer.Types (w Microsoft.SqlServer.Types.dll)
Składnia
'Deklaracja
<SqlMethodAttribute(IsDeterministic := True, IsPrecise := False)> _
Public Function STEquals ( _
other As SqlGeography _
) As SqlBoolean
'Użycie
Dim instance As SqlGeography
Dim other As SqlGeography
Dim returnValue As SqlBoolean
returnValue = instance.STEquals(other)
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)]
public SqlBoolean STEquals(
SqlGeography other
)
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)]
public:
SqlBoolean STEquals(
SqlGeography^ other
)
[<SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)>]
member STEquals :
other:SqlGeography -> SqlBoolean
public function STEquals(
other : SqlGeography
) : SqlBoolean
Parametry
- other
Typ: Microsoft.SqlServer.Types.SqlGeography
Jest SqlGeography wystąpienie porównania wystąpienia, w którym STEquals jest wywoływana.
Wartość zwracana
Typ: System.Data.SqlTypes.SqlBoolean
Wartość SqlBoolean wskazuje, czy wystąpienie wywoływania tego samego punktu zestaw jako określonego SqlGeography instancji.Jeśli true, oba wystąpienia mają taki sam zestaw punktu.W przeciwnym razie false.
Uwagi
Metoda zawsze zwraca wartość null, jeśli identyfikatory przestrzennej odniesienia (SRIDs) wystąpień Geografia nie pasują.