Click or drag to resize
XDL

XGeoPointIsEqual Method

입력된 XGeoPoint객체의 값과 동일한지 여부를 확인하여 같을 경우 true를, 다르면 false를 반환한다.

Namespace:  Pixoneer.NXDL
Assembly:  NXDL (in NXDL.dll) Version: 2.0.3.31
Syntax
C#
public bool IsEqual(
	XGeoPoint val
)

Parameters

val
Type: Pixoneer.NXDLXGeoPoint
[In] 비교를 위한 XGeoPoint 객체.

Return Value

Type: Boolean
See Also