C# Class DungeonMasterEngine.DungeonContent.Entity.RelationToken

Show file Open project: ggrrin/DungeonMaster Class Usage Examples

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
RelationToken ( uint token )
operator ( ) : bool

Method Details

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

RelationToken() public method

public RelationToken ( uint token )
token uint

operator() public static method

public static operator ( ) : bool
return bool