This documentation is for the old version. Go to the latest Graphics Mill docs

RotatedRectangleF.AreEqual Method

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)

Syntax

Visual Basic
Public Shared Function AreEqual ( _
	rect1 As RotatedRectangleF, _
	rect2 As RotatedRectangleF _
) As Boolean
C#
public static bool AreEqual(
	RotatedRectangleF rect1,
	RotatedRectangleF rect2
)

Return Value

The Boolean which indicates whether rect1 and rect2 are the same instances.

See Also

Reference