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