C# Class MpcLib.Circuits.OutputGateAddress

Inheritance: GateAddress
Show file Open project: mahdiz/mpclib Class Usage Examples

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
OutputGateAddress ( Gate gate, int port ) : System

Method Details

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

OutputGateAddress() public method

public OutputGateAddress ( Gate gate, int port ) : System
gate Gate
port int
return System