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.R20.Geometry
Assembly:  GeometryExtensionsR20 (in GeometryExtensionsR20.dll) Version: 2.2.0.0 (2.2.0.0)
Syntax
public bool IsEqualTo(
	Triangle2d other,
	Tolerance tol
)

Parameters

other
Type: Gile.AutoCAD.R20.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