Click or drag to resize
XDL

XVertex2dIsEqual Method

만약 입력 XVertex2d객체와 동일하다면 true를 반환하고 그렇지 않으면 false를 반환한다.

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

Parameters

val
Type: Pixoneer.NXDLXVertex2d
XVertex2d 객체.

Return Value

Type: Boolean
만약 동일하다면 true, 그렇지 않으면 false를 반환.
See Also