Search
Pen.equals Method
See Also
 






Determines whether the specified object is equal to this LinearGradientBrush.

Namespace: MindFusion.Drawing
File: Pen.js

 Syntax

JavaScript  Copy Code

function equals (The)

 Parameters

The

object to compare with.

 Return Value

true if the specified object is equal to this LinearGradientBrush; otherwise, false.

 See Also