Determines that this annotation brush is equals to the specified annotation brush.
var instance = new Vintasoft.Imaging.Annotation.UI.WebAnnotationBrushJS(type, color);
var value; // Type: boolean
// Parameters
var brush; // Type: WebAnnotationBrushJS
value = instance.equals(brush);
Parameters
- brush
- Annotation brush.
Return Value
True - this annotation brush and the specified annotation brush are equal; False - this annotation brush and the specified annotation brush are NOT equal.