Guest User

Untitled

a guest
Jun 22nd, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. if( null != whatever )
  2. {
  3. }
  4.  
  5. if( whatever != null )
  6. {
  7. }
  8.  
  9. if(whatever = null)
  10. {
  11. }
  12.  
  13. if(null = whatever)
  14. {
  15. }
Add Comment
Please, Sign In to add comment