C# Class FFACETools.FFACE.Position

Class container for position of NPC
Mostrar archivo Open project: golfandsurf/Campah Class Usage Examples

Public Methods

Method Description
Equals ( object obj ) : bool

Determines if the current Position is equal to the passed position

GetHashCode ( ) : int

Serves as a hash function for a particular type.

Method Details

Equals() public method

Determines if the current Position is equal to the passed position
public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

Serves as a hash function for a particular type.
public GetHashCode ( ) : int
return int