C# Class ElectionsMandateCalculator.Models.Vote

Vote class from Voes.txt
Show file Open project: elections-contest/pe2013 Class Usage Examples

Public Methods

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

Method Details

Equals() public method

public Equals ( Vote otherObj ) : bool
otherObj Vote
return bool

Equals() public method

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

Vote() public method

public Vote ( int mirId, int partyId, int count ) : System
mirId int
partyId int
count int
return System