RectEquals Method (Rect, 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(
Rect rc,
double epsilon
)
Public Function Equals (
rc As Rect,
epsilon As Double
) As Boolean
member Equals :
rc : Rect *
epsilon : float -> bool
Parameters
- rc
- Type: WebSupergoo.WordGlue4Rect
Rect 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 Rects.
See Also