Skip to content

Instantly share code, notes, and snippets.

@LodewijkSioen
Created February 14, 2013 10:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save LodewijkSioen/4951874 to your computer and use it in GitHub Desktop.
Save LodewijkSioen/4951874 to your computer and use it in GitHub Desktop.
It's funny because it's VB.net
Namespace SinéadOConnor
Public Class You
Implements IComparable
Public Function CompareTo(obj As Object) As Integer Implements IComparable.CompareTo
If (obj Is Nothing) Then
Return 0
End If
Return -1
End Function
End Class
End Namespace
@jochenjonc
Copy link

So 90's

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment