Click or drag to resize

Triangle3dEquals Method

Evaluates if the object is equal to the current instance of Triangle3d.

Namespace:  Gile.AutoCAD.Geometry
Assembly:  GeometryExtensions (in GeometryExtensions.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public override bool Equals(
	Object obj
)

Parameters

obj
Type: SystemObject
Object to be compared.

Return Value

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