RectDInequality Operator

CVB.Net Documentation
Comparison operator for RectD structures.

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

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

Parameters

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

Return Value

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

Reference