C# Class MahTweets.Configuration.RECT

Datei anzeigen Open project: nickhodge/MahTweets.LawrenceHargrave

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
RECT ( int left, int top, int right, int bottom ) : System
operator ( ) : bool

Method Details

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

RECT() public method

public RECT ( int left, int top, int right, int bottom ) : System
left int
top int
right int
bottom int
return System

operator() public static method

public static operator ( ) : bool
return bool