Base:
11 references to GetHashCode
Microsoft.Net.Http.Headers (1)
RangeConditionHeaderValue.cs (1)
107return _entityTag.GetHashCode();
Microsoft.Net.Http.Headers.Tests (10)
EntityTagHeaderValueTest.cs (10)
70Assert.NotEqual(etag1.GetHashCode(), etag2.GetHashCode()); 71Assert.NotEqual(etag1.GetHashCode(), etag3.GetHashCode()); 72Assert.NotEqual(etag1.GetHashCode(), etag4.GetHashCode()); 73Assert.NotEqual(etag1.GetHashCode(), etag6.GetHashCode()); 74Assert.Equal(etag1.GetHashCode(), etag5.GetHashCode());