TRUE if the 2 strokes are equal, FALSE otherwisebool equal(const(void) * stroke1 = null, const(void) * stroke2 = null)Checks if 2 strokes are identical.
stroke1 | the first gsk.stroke.Stroke |
stroke2 | the second gsk.stroke.Stroke |
TRUE if the 2 strokes are equal, FALSE otherwise