public override int GetHashCode() { int s = HashCoder.Seed; s = HashCoder.Hash(s, _charSeqToCompound); s = HashCoder.Hash(s, equivalentsMap); return(s); }
public override int GetHashCode() { int r = HashCoder.Seed; r = HashCoder.Hash(r, GetPosition()); r = HashCoder.Hash(r, IsUncertain()); r = HashCoder.Hash(r, IsUnknown()); return(r); }
public override int GetHashCode() { int r = HashCoder.Seed; r = HashCoder.Hash(r, GetId()); r = HashCoder.Hash(r, GetDataSource()); r = HashCoder.Hash(r, GetIdentifier()); r = HashCoder.Hash(r, GetVersion()); return(r); }