Click or drag to resize

Edge3Inequality Operator

compare two edges for unequality.

Namespace:  Karamba.Geometry
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public static bool operator !=(
	Edge3 a,
	Edge3 b
)

Parameters

a
Type: Karamba.GeometryEdge3
first edge.
b
Type: Karamba.GeometryEdge3
second edge.

Return Value

Type: Boolean
true if the edges are not identical.
See Also