示例#1
0
 public override int GetHashCode()
 {
     return(BaseValue.GetHashCode() ^ m_microsecond.GetHashCode() ^ m_nanosecond.GetHashCode());
 }
示例#2
0
 public override int GetHashCode()
 {
     return(QName.GetHashCode() + FastType.GetHashCode() + TypeCodec.GetHashCode() + Operator.GetHashCode() +
            OperatorCodec.GetHashCode() + BaseValue.GetHashCode() + _dictionary.GetHashCode());
 }
示例#3
0
 /// <summary>
 /// Returns the hash code for this instance.
 /// </summary>
 /// <returns>A 32-bit signed integer that is the hash code for this instance.</returns>
 public override Int32 GetHashCode()
 {
     return(BaseValue.GetHashCode() ^ 625907383);
 }
示例#4
0
 public override int GetHashCode() {
     return BaseValue.GetHashCode();
 }
示例#5
0
 protected override int GetHashCodeCore()
 {
     return(BaseValue.GetHashCode() ^ Iv.GetHashCode());
 }