Determines whether the specified RotatedRectangleF instances are equal.
Namespace:
Aurigma.GraphicsMill.AjaxControls.VectorObjects.Math
Assembly:
Aurigma.GraphicsMill.AjaxControls.VectorObjects (in Aurigma.GraphicsMill.AjaxControls.dll)
function areEqual(rect1, rect2);
Type: Aurigma.GraphicsMill.AjaxControls.VectorObjects.Math..RotatedRectangleF
The first rotated rectangle to compare.Type: Aurigma.GraphicsMill.AjaxControls.VectorObjects.Math..RotatedRectangleF
The second rotated rectangle to compare.This method corresponds to RotatedRectangleF.AreEqual(RotatedRectangleF, RotatedRectangleF) server-side member.