PointEquals Method (Point, Double)
|
Compare for equality.
Namespace: WebSupergoo.WordGlue4
Assembly: WordGlue4 (in WordGlue4.dll)
Version: 4.1.0.0 (4.1.0.0)
Syntax
public bool Equals(
Point p,
double epsilon
)
Public Function Equals (
p As Point,
epsilon As Double
) As Boolean
member Equals :
p : Point *
epsilon : float -> bool
Parameters
- p
- Type: WebSupergoo.WordGlue4Point
Point for comparison.
- epsilon
- Type: SystemDouble
The amount by which coordinates can differ and still be equal.
Return Value
Type:
Boolean
True if the objects are equal Points.
See Also