C# Class JelloScrum.Login.Model.UniqueIdentifyableBase

Base class for entities Designed to identify a unique entity
Inheritance: IUniqueIdentifyable
Afficher le fichier Open project: auxilium/JelloScrum Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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

Equals() public méthode

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 .
Résultat bool

GetHashCode() public méthode

Serves as a hash function for a particular type.
public GetHashCode ( ) : int
Résultat int

operator() public static méthode

Inequality operator so we can have != semantics
public static operator ( ) : bool
Résultat bool