Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
Core
Domain
Entity
C# Class Core.Domain.Entity
Base class for entities
Inheritance:
IEntity
Mostra file
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