PointDEquals 方法
Compares two points for exact equality (bitwise comparison)
比较两点是否完全相等(按位比较)
命名空间: DeploySharp.Data程序集: DeploySharp (在 DeploySharp.dll 中) 版本:0.0.4+6e8a2e904469617cd59619d666c0e272985c0e33
public bool Equals(
PointD other
)
- other PointD
- Other point to compare 要比较的另一个点
BooleanTrue if exactly equal 如果完全相同则为true
IEquatableTEquals(T)
For floating-point comparisons considering precision tolerance,
implement an additional ApproximatelyEquals method.
对于考虑精度容差的浮点比较,应额外实现ApproximatelyEquals方法。