Method Equals
Equals(Line2D)
Tests whether two segments represent the same endpoints, ignoring direction.
public bool Equals(Line2D other)
Parameters
otherLine2DThe segment to compare against.
Returns
Remarks
The comparison first uses Approximately(float, float) on component values and then falls back to exact vector equality for the forward direction.