예제 #1
0
 public override int GetHashCode() =>
 unchecked ((AtomIndex * 31 + (int)SubIndexType) * 31 + SubIndex.GetHashCode());
 /// <summary>Get the hashcode of the Value.</summary>
 public override int GetHashCode()
 {
     return(ViewIndex.GetHashCode()
            ^ MessageIndex.GetHashCode()
            ^ SubIndex.GetHashCode());
 }