C# Class Mite.ProjectProxy

Proxy for project class
Used for lazy loading of references
Inheritance: Project
Mostra file Open project: ccellar/mite.net

Private Properties

Property Type Description

Public Methods

Method Description
Equals ( object obj ) : bool

Compares this instance with the object provided in the parameter

GetHashCode ( ) : int

Serves as a hash function for this class.

Method Details

Equals() public method

Compares this instance with the object provided in the parameter
public Equals ( object obj ) : bool
obj object The object for comparism.
return bool

GetHashCode() public method

Serves as a hash function for this class.
public GetHashCode ( ) : int
return int