EnglishРусский  
 Share/Save/Bookmark
 

Ads

Installer and installation software
Commercial and Freeware installers.

buf == buf

Comparison operation.

operator uint == (
   buf left,
   buf right
)

Return value

Returns 1 if the buffers are equal. Otherwise, it returns 0.


buf != buf

Comparison operation.

operator uint != (
   buf left,
   buf right
)

Return value

Returns 0 if the buffers are equal. Otherwise, it returns 1.

Related links

Source