C# Class GameFramework.KeyString

Exibir arquivo Open project: dreamanlan/CSharpGameFramework Class Usage Examples

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
IsNullOrEmpty ( KeyString str ) : bool
ToString ( ) : string
Wrap ( ) : KeyString
Wrap ( List strs ) : KeyString
operator ( ) : bool

Private Methods

Method Description
Equals ( KeyString a, KeyString b ) : bool

Method Details

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

IsNullOrEmpty() public static method

public static IsNullOrEmpty ( KeyString str ) : bool
str KeyString
return bool

ToString() public method

public ToString ( ) : string
return string

Wrap() public static method

public static Wrap ( ) : KeyString
return KeyString

Wrap() public static method

public static Wrap ( List strs ) : KeyString
strs List
return KeyString

operator() public static method

public static operator ( ) : bool
return bool