C# Class Rosalia.Core.Identity

显示文件 Open project: rosaliafx/Rosalia Class Usage Examples

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
Identity ( ) : System
Identity ( string value ) : System

Protected Methods

Method Description
Equals ( Identity other ) : bool

Method Details

Equals() protected method

protected Equals ( Identity other ) : bool
other Identity
return bool

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

Identity() public method

public Identity ( ) : System
return System

Identity() public method

public Identity ( string value ) : System
value string
return System