Namespaces

Types in FluentNHibernate.Data

Type Entity

Namespace FluentNHibernate.Data

Interfaces IEquatable<Entity>

Methods

Properties

Public instance methods

bool Equals(Entity obj)

Indicates whether the current Entity is equal to another Entity.
Parameters
Entity obj

An Entity to compare with this object.

Return
bool

true if the current object is equal to the obj parameter; otherwise, false.

Public properties

long Id get; set;