/// <summary>
 /// Returns the hascode computed by its elements
 /// </summary>
 /// <returns>HashCode</returns>
 public override int GetHashCode()
 {
     return(EqualsUtils.calcHashCode(outlet, enabled, type));
 }
示例#2
0
 /// <summary>
 /// Returns the hascode computed by its elements
 /// </summary>
 /// <returns>HashCode</returns>
 public override int GetHashCode()
 {
     return(EqualsUtils.calcHashCode(text, outlet, type));
 }
示例#3
0
 /// <summary>
 /// Calculates the hashCode for this pagePreview based on his identifier
 /// </summary>
 /// <returns>HashCode</returns>
 public override int GetHashCode()
 {
     return(EqualsUtils.calcHashCode(identifier, collection_identifier, locale));
 }
示例#4
0
 /// <summary>
 /// Returns the hashCode calculated for the elements values
 /// </summary>
 /// <returns>HashCode</returns>
 public override int GetHashCode()
 {
     return(EqualsUtils.calcHashCode(r * a, g * a, b * a));
 }
 /// <summary>
 /// Returns the hascode computed by its elements
 /// </summary>
 /// <returns>HashCode</returns>
 public override int GetHashCode()
 {
     return(EqualsUtils.calcHashCode(outlet, type, imageURL));
 }
示例#6
0
 /// <summary>
 /// Calculates the hashCode of this collection by its unique identifier
 /// </summary>
 /// <returns>HashCode</returns>
 public override int GetHashCode()
 {
     return(EqualsUtils.calcHashCode(identifier, default_locale));
 }
示例#7
0
 /// <summary>
 /// Returns the hashCode calculated for the elements values
 /// </summary>
 /// <returns>HashCode</returns>
 public override int GetHashCode()
 {
     return(EqualsUtils.calcHashCode(svgData, chartData, chartConfig));
 }
 /// <summary>
 /// Returns the hashCode for this connectionContent
 /// </summary>
 /// <returns>HashCode</returns>
 public override int GetHashCode()
 {
     return(EqualsUtils.calcHashCode(connectionString, outlet, type));
 }