In This Topic
Returns a value indicating whether the specified object, is equal to this instance.
Syntax
var instance = new Vintasoft.Imaging.Dicom.WebVintasoftFontPropertiesJS(name, size, color, isBold, isItalic, isUnderline, isStrikeout);
var value; // Type: any
// Parameters
var obj; // Type: object
value = instance.equals(obj);
function equals(
: object
) : any;
Parameters
- obj
- The object to compare with this instance.
Browser Compatibility
See Also