C# Class NugetCracker.Components.ProjectReference

Inheritance: BasicReference
Mostra file Open project: monoman/NugetCracker

Public Methods

Method Description
Equals ( IProject other ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int
ProjectReference ( string fullPath ) : System
ToString ( ) : string

Private Methods

Method Description
IsEqual ( IProject other ) : bool

Method Details

Equals() public method

public Equals ( IProject other ) : bool
other IProject
return bool

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

ProjectReference() public method

public ProjectReference ( string fullPath ) : System
fullPath string
return System

ToString() public method

public ToString ( ) : string
return string