C# Class ElectionsMandateCalculator.Models.Vote

Vote class from Voes.txt
Afficher le fichier Open project: elections-contest/pe2013 Class Usage Examples

Méthodes publiques

Méthode Description
Equals ( Vote otherObj ) : bool
Equals ( object obj ) : bool
Vote ( int mirId, int partyId, int count ) : System

Method Details

Equals() public méthode

public Equals ( Vote otherObj ) : bool
otherObj Vote
Résultat bool

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

Vote() public méthode

public Vote ( int mirId, int partyId, int count ) : System
mirId int
partyId int
count int
Résultat System