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