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