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;
}