Click or drag to resize

Triangle2dIsEqualTo Method (Triangle2d)

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

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
)

Parameters

other
Type: Gile.AutoCAD.R20.GeometryTriangle2d
Triangle to be compared to.

Return Value

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