Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
ElectionsMandateCalculator
Models
Vote
C# Class ElectionsMandateCalculator.Models.Vote
Vote class from Voes.txt
Mostra 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