Stroke.equal

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

Checks if 2 strokes are identical.

Parameters

stroke1the first [gsk.stroke.Stroke]
stroke2the second [gsk.stroke.Stroke]

Returns

TRUE if the 2 strokes are equal, FALSE otherwise