Esempio n. 1
0
 public override int GetHashCode()
 {
     unchecked
     {
         return(((Value != null ? Value.GetHashCode() : 0) * 397) ^ (propertyType != null ? propertyType.GetHashCode() : 0));
     }
 }