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