Determines whether the specified RotatedRectangleF instances are equal.
Namespace:
Aurigma.GraphicsMill.AjaxControls.VectorObjects.Math
Assembly:
Aurigma.GraphicsMill.AjaxControls.VectorObjects (in Aurigma.GraphicsMill.AjaxControls.VectorObjects.dll)
Public Shared Function AreEqual ( _ rect1 As RotatedRectangleF, _ rect2 As RotatedRectangleF _ ) As Boolean
public static bool AreEqual( RotatedRectangleF rect1, RotatedRectangleF rect2 )
Type: Aurigma.GraphicsMill.AjaxControls.VectorObjects.Math.RotatedRectangleF
The first RotatedRectangleF to compare.Type: Aurigma.GraphicsMill.AjaxControls.VectorObjects.Math.RotatedRectangleF
The second RotatedRectangleF to compare.The Boolean which indicates whether rect1 and rect2 are the same instances.