Point2DdEquals Method (Point2Dd)

CVB.Net Documentation
Compares this point with the given rhs one.

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

public bool Equals(
	Point2Dd rhs
)

Parameters

rhs
Type: Stemmer.CvbPoint2Dd
Point to compare with.

Return Value

Type: Boolean
if components are equal.

Implements

IEquatableTEquals(T)
See Also

Reference