ImageGear .NET v25.2 - Updated
ImageGear.Web.UI Library / ImageGear.Web.UI Namespace / Rectangle class / equals Method

In This Topic
    equals Method
    In This Topic
    Compares two rectangles.
    Syntax
    ASP.NET Ajax JavaScript (Specification) 
    function equals() : String;
    ASP.NET Ajax JavaScript (Usage) 
    var resultVar = instanceOfRectangle.equals();

    Return Value

    True if this rectangle and a given other rectangle have the same value or false otherwise.
    Remarks

    This function compares two rectangles.

    See Also