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