示例#1
0
 public override int GetHashCode()
 {
     return(PersonnelNumber.GetHashCode());
 }
示例#2
0
 public bool Equals(GraphProfileInformation other)
 {
     return(PersonnelNumber.Equals(other.PersonnelNumber));
 }