'Declaration Public Operator =( _
ByVal leftThe VintasoftRectI structure that is to the left of the equality operator.As VintasoftRectI, _
ByVal rightThe VintasoftRectI structure that is to the right of the equality operator.As VintasoftRectI _
) As Boolean
public bool operator ==(
VintasoftRectI left,
VintasoftRectI right
)
public: bool op_Equality(
VintasoftRectI left,
VintasoftRectI right
)
public:
bool operator ==(
VintasoftRectI left,
VintasoftRectI right
)
Parameters
- left
- The VintasoftRectI structure that is to the left of the equality operator.
- right
- The VintasoftRectI structure that is to the right of the equality operator.