C# Класс AdvancedLauncher.SDK.Model.Entity.BaseEntity

Base database entity
Наследование: CrossDomainObject
Показать файл Открыть проект

Private Properties

Свойство Тип Описание

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

Метод Описание
Equals ( object obj ) : bool

Determines whether this instance and another specified entity are the same

GetHashCode ( ) : int

Returns the hash code for this entity

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

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

Determines whether this instance and another specified entity are the same
public Equals ( object obj ) : bool
obj object The object to compare to this instance
Результат bool

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

Returns the hash code for this entity
public GetHashCode ( ) : int
Результат int