Determines that this line cap is equals to the specified line cap.
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.