Area2DInequality Operator

CVB.Net Documentation
Comparison operator for Point2D structs.

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

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

Parameters

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

Return Value

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

Reference