C# Class BinaryStudio.ClientManager.DomainModel.Entities.Person

Class that represents model of person.
Inheritance: IIdentifiable
Datei anzeigen Open project: titarenko/ClientManager Class Usage Examples

Public Methods

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

Returns a hash code for this instance.

Method Details

Equals() public method

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

Equals() public method

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

GetHashCode() public method

Returns a hash code for this instance.
public GetHashCode ( ) : int
return int