'Declaration Public Operator <>( _
ByVal leftThe VintasoftRectF structure that is to the left of the inequality operator.As VintasoftRectF, _
ByVal rightThe VintasoftRectF structure that is to the right of the inequality operator.As VintasoftRectF _
) As Boolean
public bool operator =(
VintasoftRectF left,
VintasoftRectF right
)
public: bool op_Inequality(
VintasoftRectF left,
VintasoftRectF right
)
public:
bool operator =(
VintasoftRectF left,
VintasoftRectF right
)
Parameters
- left
- The VintasoftRectF structure that is to the left of the inequality operator.
- right
- The VintasoftRectF 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 VintasoftRectF structures are unequal; otherwise, false.