Click or drag to resize
XDL

XGeoPointIsEqual Method

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

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

Parameters

val
Type: Pixoneer.NXDLXGeoPoint

[Missing <param name="val"/> documentation for "M:Pixoneer.NXDL.XGeoPoint.IsEqual(Pixoneer.NXDL.XGeoPoint!System.Runtime.CompilerServices.IsConst)"]

Return Value

Type: Boolean
See Also