C# Class Mite.Project

Inheritance: DomainObject
Exibir arquivo Open project: ccellar/mite.net Class Usage Examples

Public Methods

Method Description
Equals ( object obj ) : bool

Determines whether the specified T:System.Object is equal to the current Project.

GetHashCode ( ) : int

Serves as a hash function for a particular type.

Method Details

Equals() public method

Determines whether the specified T:System.Object is equal to the current Project.
public Equals ( object obj ) : bool
obj object The to compare with the current .
return bool

GetHashCode() public method

Serves as a hash function for a particular type.
public GetHashCode ( ) : int
return int