|
Edge3Inequality Operator
|
compare two edges for unequality.
Namespace:
Karamba.Geometry
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic static bool operator !=(
Edge3 a,
Edge3 b
)
Public Shared Operator <> (
a As Edge3,
b As Edge3
) As Boolean
public:
static bool operator !=(
Edge3 a,
Edge3 b
)
static let inline (<>)
a : Edge3 *
b : Edge3 : bool
Parameters
- a
- Type: Karamba.GeometryEdge3
first edge. - b
- Type: Karamba.GeometryEdge3
second edge.
Return Value
Type:
Booleantrue if the edges are not identical.
See Also