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