Click or drag to resize

PointEquality Operator

返回用户文档首页
Namespace: LoongCAD.Geometry.Friendly
Assembly: LoongSDKCore (in LoongSDKCore.dll) Version: 2025.0.9.7 (2025.0.9.7)
Syntax
C#
public static bool operator ==(
	Point a,
	Point b
)

Parameters

a  Point
 
b  Point
 

Return Value

Boolean
See Also