Click or drag to resize

PolylineSegmentEquals Method

Evaluates is the specified PolylineSegment is equal to the current one.

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 compre.

Return Value

Type: Boolean
true si les objets sont considérés égaux ; null sinon.
See Also