C# Class Compete.Site.Models.AssemblyFile

Exibir arquivo Open project: aaronjensen/compete Class Usage Examples

Public Methods

Method Description
AssemblyFile ( string path ) : System
Equals ( AssemblyFile obj ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : Int32

Method Details

AssemblyFile() public method

public AssemblyFile ( string path ) : System
path string
return System

Equals() public method

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

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : Int32
return System.Int32