a more effecient code for the operator would be: Public Shared Operator =(A As cRectangle, B As cRectangle) As Boolean Return A.Width = B.Width AndAlso A.Height = B.Height End Operator
@MrAIProgrammer2 жыл бұрын
to dispose it set it to nothing cRec=nothing
@weihuang47859 жыл бұрын
can you talk about the collections?
@davester329 жыл бұрын
Thanks for the video
@haydarm.al-samawe98197 жыл бұрын
sorry Nicho do you mean all operation in all classes we make its not include ?? and we need ti make by our self ?!!
@NicholasDingle7 жыл бұрын
That's correct. Because VB.NET doesn't understand how Operators are supposed to behave. You have to tell it.