Stroke.equal

Checks if 2 strokes are identical.

class Stroke
static
bool
equal
(
const(void)* stroke1 = null
,
const(void)* stroke2 = null
)

Parameters

stroke1 const(void)*
stroke2 const(void)*

Return Value

Type: bool

TRUE if the 2 strokes are equal, FALSE otherwise