Click or drag to resize

Edge3Equals Method

test whether the other object is identical to this edges.

Namespace:  Karamba.Geometry
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public override bool Equals(
	Object obj
)

Parameters

obj
Type: SystemObject
other edge.

Return Value

Type: Boolean
true in case of identity.
See Also