C# Class AIsOfCatan.API.Intersection

Show file Open project: rasmusgreve/catan Class Usage Examples

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
Intersection ( int first, int second, int third ) : System
ToArray ( ) : int[]
ToString ( ) : string

Method Details

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

Intersection() public method

public Intersection ( int first, int second, int third ) : System
first int
second int
third int
return System

ToArray() public method

public ToArray ( ) : int[]
return int[]

ToString() public method

public ToString ( ) : string
return string