Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
BinaryStudio
ClientManager
DomainModel
Entities
Person
C# Class BinaryStudio.ClientManager.DomainModel.Entities.Person
Class that represents model of person.
Inheritance:
IIdentifiable
Afficher le fichier
Open project: titarenko/ClientManager
Class Usage Examples
Méthodes publiques
Méthode
Description
Equals
(
Person
other
) :
bool
Equals
(
object
obj
) :
bool
GetHashCode
( ) :
int
Returns a hash code for this instance.
Method Details
Equals()
public
méthode
public
Equals
(
Person
other
) :
bool
other
Person
Résultat
bool
Equals()
public
méthode
public
Equals
(
object
obj
) :
bool
obj
object
Résultat
bool
GetHashCode()
public
méthode
Returns a hash code for this instance.
public
GetHashCode
( ) :
int
Résultat
int