Acme.Northwind.EFDAL.Entity.OrderDetailPrimaryKey.GetHashCode C# (CSharp) Method

GetHashCode() public method

Serves as a hash function for this particular type.
public GetHashCode ( ) : int
return int
		public override int GetHashCode()
		{
			return base.GetHashCode();
		}