var instance = new Vintasoft.Imaging.Annotation.UI.WebLineCapJS(style, size); var value; // Type: boolean // Parameters var cap; // Type: WebLineCapJS value = instance.equals(cap);
function equals(
capLine cap.: WebLineCapJS
) : boolean;
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.