Click or drag to resize

Triangle2dIsEqualTo Method (Triangle2d, Tolerance)

Evaluates if the current instance is equal to another Triangle2d using the specified Tolerance.

Namespace:  Gile.AutoCAD.Geometry
Assembly:  GeometryExtensions (in GeometryExtensions.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public bool IsEqualTo(
	Triangle2d other,
	Tolerance tol
)

Parameters

other
Type: Gile.AutoCAD.GeometryTriangle2d
Triangle to be compared to.
tol
Type: Tolerance
Tolerance to be used for comparisons.

Return Value

Type: Boolean
true, if vertices are equal; false, otherwise.
See Also