Example #1
0
 int ComputeHashCode()
 {
     return(HashCode.Compute(
                ((int)NodeType).GetHashCode(),
                SettingIdentifier.GetHashCode(),
                QualifiedIdentifier.GetHashCode()));
 }