VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebAnnotationBrushJS type / equals Property
Syntax BrowserCompatibility SeeAlso
In This Topic
equals Method
In This Topic
Determines that this annotation brush is equals to the specified annotation brush.
Syntax
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.
Browser Compatibility
56+
45+
11
See Also