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