Click or drag to resize
XDL

XVertex3dIsEqual Method

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

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

Parameters

val
Type: Pixoneer.NXDLXVertex3d
피연산자

Return Value

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