Click or drag to resize

Point2Equals Method

Checks other point to equality with this up to small rounding error.

Namespace:  Karamba.Geometry
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public override bool Equals(
	Object obj
)

Parameters

obj
Type: SystemObject
Other point to be checked.

Return Value

Type: Boolean
True if this and other are equal.
See Also