'Declaration Public Operator <>( _
ByVal leftThe VintasoftRect structure that is to the left of the inequality operator.As VintasoftRect, _
ByVal rightThe VintasoftRect structure that is to the right of the inequality operator.As VintasoftRect _
) As Boolean
public bool operator =(
VintasoftRect left,
VintasoftRect right
)
public: bool op_Inequality(
VintasoftRect left,
VintasoftRect right
)
public:
bool operator =(
VintasoftRect left,
VintasoftRect right
)
Parameters
- left
 - The VintasoftRect structure that is to the left of the inequality operator.
 - right
 - The VintasoftRect structure that is to the right of the inequality operator.
 
Return Value
True if any of the X , Y, Width, or Height properties of the two VintasoftRect structures are unequal; otherwise, false.