Point2DdEquality Operator

CVB.Net Documentation
Comparison operator for PointD structs.

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

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

Parameters

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

Return Value

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

Reference