Skip to content

Instantly share code, notes, and snippets.

@suddeb
Created May 10, 2015 15:19
Show Gist options
  • Save suddeb/4b2c07c5694b474480db to your computer and use it in GitHub Desktop.
Save suddeb/4b2c07c5694b474480db to your computer and use it in GitHub Desktop.
MyCustomType Without Equals and Hashcode
public class MyCustomType {
public Integer myField {get;set;}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment