NRConfigManager.Rendering.Extension.DenormalisedExactMatchRecord.GetHashCode C# (CSharp) Method

GetHashCode() public method

public GetHashCode ( ) : int
return int
            public override int GetHashCode()
            {
                return
                    this.Metric.GetHashCode() +
                    (251 * (this.MetricName ?? "").GetHashCode() +
                    (251 * (this.Name ?? "").GetHashCode() +
                    (251 * (this.AssemblyName ?? "").GetHashCode() +
                    (251 * (this.ClassName ?? "").GetHashCode()))));
            }
Extension.DenormalisedExactMatchRecord