C# Класс JelloScrum.Login.Model.UniqueIdentifyableBase

Base class for entities Designed to identify a unique entity
Наследование: IUniqueIdentifyable
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Описание методов

Equals() публичный Метод

Bepaald of het gegeven modelbase object gelijk is aan dit modelbase object.
public Equals ( UniqueIdentifyableBase modelBase ) : bool
modelBase UniqueIdentifyableBase Het modelbase object.
Результат bool

Equals() публичный Метод

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 .
Результат bool

GetHashCode() публичный Метод

Serves as a hash function for a particular type.
public GetHashCode ( ) : int
Результат int

operator() публичный статический Метод

Inequality operator so we can have != semantics
public static operator ( ) : bool
Результат bool