VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebLineCapJS type / equals Property
Syntax BrowserCompatibility SeeAlso
In This Topic
equals Method
In This Topic
Determines that this line cap is equals to the specified line cap.
Syntax
var instance = new Vintasoft.Imaging.Annotation.UI.WebLineCapJS(style, size);

var value; // Type: boolean

// Parameters
var cap; // Type: WebLineCapJS

value = instance.equals(cap);

Parameters

cap
Line cap.

Return Value

True - this line cap and the specified line cap are equal; False - this line cap and the specified line cap are NOT equal.
Browser Compatibility
56+
45+
11
See Also