C# Class SmartboyDevelopments.Haxxit.MonoGame.BoolWrapper

Show file Open project: smartboyathome/Haxxit

Public Methods

Method Description
BoolWrapper ( bool newStatus ) : System
Equals ( bool check ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int
operator ( ) : bool

Method Details

BoolWrapper() public method

public BoolWrapper ( bool newStatus ) : System
newStatus bool
return System

Equals() public method

public Equals ( bool check ) : bool
check bool
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