GeographyPosition.Equals 메서드 (GeographyPosition)
공간 지리적 위치에 대한 같음 비교를 수행합니다.
네임스페이스: System.Spatial
어셈블리: System.Spatial(System.Spatial.dll)
구문
‘선언
Public Function Equals ( _
other As GeographyPosition _
) As Boolean
‘사용 방법
Dim instance As GeographyPosition
Dim other As GeographyPosition
Dim returnValue As Boolean
returnValue = instance.Equals(other)
public bool Equals(
GeographyPosition other
)
public:
virtual bool Equals(
GeographyPosition^ other
) sealed
abstract Equals :
other:GeographyPosition -> bool
override Equals :
other:GeographyPosition -> bool
public final function Equals(
other : GeographyPosition
) : boolean
매개 변수
- other
유형: System.Spatial.GeographyPosition
다른 위치입니다.
반환 값
유형: System.Boolean
각 좌표 쌍이 같으면 true이고, 그렇지 않으면 false입니다.