C# Class Falcor.PathValue

Datei anzeigen Open project: falcordotnet/falcor.net

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
PathValue ( FalcorPath path, object value )

Protected Methods

Method Description
Equals ( PathValue other ) : bool

Method Details

Equals() protected method

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

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

PathValue() public method

public PathValue ( FalcorPath path, object value )
path FalcorPath
value object