public override int GetHashCode()
 {
     if (_creationInfo.IsIdentityComparison)
     {
         return(base.GetHashCode());
     }
     else
     {
         return(_creationInfo.GetHashCode());
     }
 }
 public override int GetHashCode()
 {
     return(_originalPartCreationInfo.GetHashCode());
 }