Point2DEquals Method (Object)

CVB.Net Documentation
Compares this point with the given obj.

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

public override bool Equals(
	Object obj
)

Parameters

obj
Type: SystemObject
Object to compare with.

Return Value

Type: Boolean
if obj is a Point2D and the components are equal.
See Also

Reference