RectEquality Operator

CVB.Net Documentation
Comparison operator for Rect structures.

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

public static bool operator ==(
	Rect lhs,
	Rect rhs
)

Parameters

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

Return Value

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

Reference