Matrix3DHInequality Operator

CVB.Net Documentation
Unequality comparison operator.

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

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

Parameters

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

Return Value

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

Reference