An Entity is an object primarily defined by it's identity. This identity may be the classic integer type ID, a Guid, or some other attribute unique to each Entity
Along with Value Objects form the core building blocks of DDD.
Blog post: Blogged Entities and Value Objects
domaindrivendesign.org on