Acme.Northwind.EFDAL.Entity.CustomerCustomerDemoPrimaryKey.GetHashCode C# (CSharp) Метод

GetHashCode() публичный Метод

Serves as a hash function for this particular type.
public GetHashCode ( ) : int
Результат int
		public override int GetHashCode()
		{
			return base.GetHashCode();
		}