[Missing <summary> documentation for M:PerpetuumSoft.Framework.Drawing.VectorRectangle.op_Inequality(PerpetuumSoft.Framework.Drawing.VectorRectangle,PerpetuumSoft.Framework.Drawing.VectorRectangle)]

Namespace:  PerpetuumSoft.Framework.Drawing
Assembly:  PerpetuumSoft.Framework (in PerpetuumSoft.Framework.dll) Version: 3.9.0.1

Syntax

C#
public static bool operator !=(
	VectorRectangle v1,
	VectorRectangle v2
)
Visual Basic (Declaration)
Public Shared Operator <> ( _
	v1 As VectorRectangle, _
	v2 As VectorRectangle _
) As Boolean
Visual C++
public:
static bool operator !=(
	VectorRectangle v1, 
	VectorRectangle v2
)

See Also