//equals ¸Þ¼­µå¸¦ ÀçÁ¤ÀÇÇÏÁö ¾ÊÀº MyData Ŭ·¡½º public class MyData { int num; public MyData(int num){ this.num = num; } }