Point3DcdInequality Operator

CVB.Net Documentation
Inequality comparison operator.

Namespace:  Stemmer.Cvb
Assembly:  Stemmer.Cvb (in Stemmer.Cvb.dll) Version: 14.0.0.0
Syntax

public static bool operator !=(
	Point3Dcd lhs,
	Point3Dcd rhs
)

Parameters

lhs
Type: Stemmer.CvbPoint3Dcd
Left hand side operand.
rhs
Type: Stemmer.CvbPoint3Dcd
Right hand side operand.

Return Value

Type: Boolean
True if lhs != rhs, otherwise false.
See Also

Reference