C# Class DotNetWebToolkit.Cil2Js.JsResolvers.Classes._Char

Show file Open project: chrisdunelm/DotNetWebToolkit

Public Methods

Method Description
CompareTo ( [ _this, char other ) : int
CompareTo ( [ _this, object other ) : int
Equals ( [ _this, Char other ) : bool

Private Methods

Method Description
Equals ( Ctx ctx ) : Stmt
Equals ( object obj ) : bool
GetHashCode ( Ctx ctx ) : Stmt
GetHashCode ( ) : int
IsWhiteSpace ( Ctx ctx ) : Stmt
ToString ( Ctx ctx ) : Stmt
ToString ( ) : string

Method Details

CompareTo() public static method

public static CompareTo ( [ _this, char other ) : int
_this [
other char
return int

CompareTo() public static method

public static CompareTo ( [ _this, object other ) : int
_this [
other object
return int

Equals() public static method

public static Equals ( [ _this, Char other ) : bool
_this [
other Char
return bool