C# Class AdvancedLauncher.SDK.Model.Entity.BaseEntity

Base database entity
Inheritance: CrossDomainObject
Show file Open project: GoldRenard/DMOAdvancedLauncher

Private Properties

Property Type Description

Public Methods

Method Description
Equals ( object obj ) : bool

Determines whether this instance and another specified entity are the same

GetHashCode ( ) : int

Returns the hash code for this entity

Method Details

Equals() public method

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
return bool

GetHashCode() public method

Returns the hash code for this entity
public GetHashCode ( ) : int
return int