C# Class Dev2.Simulation.SimulationResult

Inheritance: ISimulationResult
显示文件 Open project: Warewolf-ESB/Warewolf

Public Methods

Method Description
Equals ( ISimulationResult other ) : bool

Indicates whether the current object is equal to another object of the same type.

Equals ( object obj ) : bool

Determines whether the specified T:System.Object is equal to the current T:System.Object.

GetHashCode ( ) : int

Serves as a hash function for a particular type.

GetObjectData ( SerializationInfo info, StreamingContext context ) : void
SimulationResult ( ) : System
operator ( ) : bool

Protected Methods

Method Description
SimulationResult ( SerializationInfo info, StreamingContext context ) : System

Method Details

Equals() public method

Indicates whether the current object is equal to another object of the same type.
public Equals ( ISimulationResult other ) : bool
other ISimulationResult An object to compare with this object.
return bool

Equals() public method

Determines whether the specified T:System.Object is equal to the current T:System.Object.
public Equals ( object obj ) : bool
obj object The object to compare with the current object.
return bool

GetHashCode() public method

Serves as a hash function for a particular type.
public GetHashCode ( ) : int
return int

GetObjectData() public method

public GetObjectData ( SerializationInfo info, StreamingContext context ) : void
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return void

SimulationResult() public method

public SimulationResult ( ) : System
return System

SimulationResult() protected method

protected SimulationResult ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return System

operator() public static method

public static operator ( ) : bool
return bool