Click or drag to resize

PointDEquals Method

Determines if the specified object is equal to the current PointD.

Namespace: Clipper2Lib
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public override bool Equals(
	Object? obj
)

Parameters

obj  Object
The object to compare with the current point.

Return Value

Boolean
if the object is a PointD and is equal to the current point; otherwise, .
See Also