Beispiel #1
0
 public override int GetHashCode()
 {
     if (!this.hashCode.HasValue)
     {
         this.hashCode = new int?(RedirectionUtility.ComputeHashCode(this.Value, this.Namespace));
     }
     return(this.hashCode.Value);
 }
Beispiel #2
0
        public override int GetHashCode()
        {
            if (this.hashCode == null)
            {
                this.hashCode = RedirectionUtility.ComputeHashCode(this.Value, this.Namespace);
            }

            return(this.hashCode.Value);
        }