C# Класс BinaryStudio.ClientManager.DomainModel.Entities.Person

Class that represents model of person.
Наследование: IIdentifiable
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Equals ( Person other ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int

Returns a hash code for this instance.

Описание методов

Equals() публичный Метод

public Equals ( Person other ) : bool
other Person
Результат bool

Equals() публичный Метод

public Equals ( object obj ) : bool
obj object
Результат bool

GetHashCode() публичный Метод

Returns a hash code for this instance.
public GetHashCode ( ) : int
Результат int