回複:求教: 關於java, 真是不太明白

public boolean equals(Name otherName){
boolean same=false;
otherName=new Name();
String otherlast=new String(otherName.getLastName());
String otherMiddle= ;;;;;;;;;;;;;;;;;;;;;;;;;;;;
String otherSur=;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
if( //compare last name this.getLast).getequalsIgnoreCase(otherlast); ''')
{same = true;}else{same=false;}return same;
}

請您先登陸,再發跟帖!