Point2DEquality Operator

CVB.Net Documentation
Comparison operator for PointD structures.

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

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

Parameters

lhs
Type: Stemmer.CvbPoint2D
left hand side operand
rhs
Type: Stemmer.CvbPoint2D
right hand side operand

Return Value

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

Reference