C# Class OpenSpacePlanner.Domain.Entity

显示文件 Open project: AlexZeitler/OpenSpacePlanner

Public Methods

Method Description
Equals ( Entity other ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int
operator ( ) : bool

Protected Methods

Method Description
Entity ( ) : System
Entity ( System.Guid id ) : System

Method Details

Entity() protected method

protected Entity ( ) : System
return System

Entity() protected method

protected Entity ( System.Guid id ) : System
id System.Guid
return System

Equals() public method

public Equals ( Entity other ) : bool
other Entity
return bool

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

operator() public static method

public static operator ( ) : bool
return bool