Exemple #1
0
 public override int GetHashCode()
 {
     return(Coefficients.GetHashCode());
 }
Exemple #2
0
 /// <inheritdoc />
 public override int GetHashCode()
 {
     return(ConstantTerm.GetHashCode() ^ Coefficients.GetHashCode());
 }
 /// <inheritDoc/>
 public override int GetHashCode()
 {
     return(Relationship.GetHashCode() ^ Value.GetHashCode() ^ Coefficients.GetHashCode());
 }