Point3DhfInequality 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 !=(
	Point3Dhf lhs,
	Point3Dhf rhs
)

Parameters

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

Return Value

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

Reference