C# Class JelloScrum.Login.Model.UniqueIdentifyableBase

Base class for entities Designed to identify a unique entity
Inheritance: IUniqueIdentifyable
ファイルを表示 Open project: auxilium/JelloScrum Class Usage Examples

Public Methods

Method Description
Equals ( UniqueIdentifyableBase modelBase ) : bool

Bepaald of het gegeven modelbase object gelijk is aan dit modelbase object.

Equals ( object obj ) : bool

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

GetHashCode ( ) : int

Serves as a hash function for a particular type.

operator ( ) : bool

Inequality operator so we can have != semantics

Method Details

Equals() public method

Bepaald of het gegeven modelbase object gelijk is aan dit modelbase object.
public Equals ( UniqueIdentifyableBase modelBase ) : bool
modelBase UniqueIdentifyableBase Het modelbase object.
return bool

Equals() public method

Determines whether the specified T:System.Object is equal to the current T:System.Object.
The parameter is null.
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

operator() public static method

Inequality operator so we can have != semantics
public static operator ( ) : bool
return bool