C# Class Core.Domain.Entity

Base class for entities
Inheritance: IEntity
ファイルを表示 Open project: jeffreypalermo/mvc2inaction

Public Methods

Method Description
Equals ( Entity other ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int

Method Details

Equals() public method

public Equals ( Entity other ) : bool
other Entity
return bool

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int