Skip to content

Instantly share code, notes, and snippets.

@mletterle
Created July 10, 2009 17:03
Show Gist options
  • Save mletterle/144621 to your computer and use it in GitHub Desktop.
Save mletterle/144621 to your computer and use it in GitHub Desktop.
.assembly Example {}
.assembly extern mscorlib {}
.namespace ExampleNameSpace
{
.class public ExampleClass
{
.method public virtual instance bool EqualOverride(object obj)
{
.override [mscorlib]System.Object::Equals
.maxstack 2
ldarg.0
ldarg.1
call instance bool [mscorlib]System.Object::Equals(object)
ret
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment