VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Dicom Namespace / WebVintasoftFontPropertiesJS type / equals Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    equals Method
    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(
    obj
    The object to compare with this instance.
    : object
    ) : any;

    Parameters

    obj
    The object to compare with this instance.
    Browser Compatibility
    56+
    45+
    11
    See Also