C# Class Mp3Handler.StrWithCursor

Exibir arquivo Open project: Confirmit/Students Class Usage Examples

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
StrWithCursor ( StrWithCursor input ) : System
StrWithCursor ( string input ) : System
ToString ( ) : string
operator ( ) : StrWithCursor
operator ( ) : bool

Protected Methods

Method Description
Equals ( StrWithCursor other ) : bool

Method Details

Equals() protected method

protected Equals ( StrWithCursor other ) : bool
other StrWithCursor
return bool

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

StrWithCursor() public method

public StrWithCursor ( StrWithCursor input ) : System
input StrWithCursor
return System

StrWithCursor() public method

public StrWithCursor ( string input ) : System
input string
return System

ToString() public method

public ToString ( ) : string
return string

operator() public static method

public static operator ( ) : StrWithCursor
return StrWithCursor

operator() public static method

public static operator ( ) : bool
return bool