Click or drag to resize
XDL

XftGeometryEquals Method

this객체가 외부 입력 XftGeometry객체와 동일한지 여부를 반환한다.

Namespace:  Pixoneer.NXDL.NFT
Assembly:  NXDLft (in NXDLft.dll) Version: 1.2.817.72
Syntax
C#
public virtual bool Equals(
	XftGeometry geom
)

Parameters

geom
Type: Pixoneer.NXDL.NFTXftGeometry

[Missing <param name="geom"/> documentation for "M:Pixoneer.NXDL.NFT.XftGeometry.Equals(Pixoneer.NXDL.NFT.XftGeometry)"]

Return Value

Type: Boolean
this객체가 외부 입력 XftGeometry객체와 동일하면 true, 아니면 false를 리턴.
See Also