Created
February 14, 2013 10:32
-
-
Save LodewijkSioen/4951874 to your computer and use it in GitHub Desktop.
It's funny because it's VB.net
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
So 90's