C# Class QUnit.Tests.Message

Exibir arquivo Open project: Saltarelle/SaltarelleQUnit Class Usage Examples

Public Methods

Method Description
Equals ( Message other ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int
Message ( MessageSeverity severity, int code, DomRegion region, string format ) : System
ToString ( ) : string

Private Methods

Method Description
ArgsEqual ( object a, object b ) : bool

Method Details

Equals() public method

public Equals ( Message other ) : bool
other Message
return bool

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

Message() public method

public Message ( MessageSeverity severity, int code, DomRegion region, string format ) : System
severity MessageSeverity
code int
region DomRegion
format string
return System

ToString() public method

public ToString ( ) : string
return string