C# Class NLog.LogFactory.LoggerCacheKey

Logger cache key.
Show file Open project: shiftkey/winrt-backport-hilarity

Private Properties

Property Type Description
LoggerCacheKey System

Public Methods

Method Description
Equals ( object o ) : bool

Determines if two objects are equal in value.

GetHashCode ( ) : int

Serves as a hash function for a particular type.

Private Methods

Method Description
LoggerCacheKey ( Type loggerConcreteType, string name ) : System

Method Details

Equals() public method

Determines if two objects are equal in value.
public Equals ( object o ) : bool
o object Other object to compare to.
return bool

GetHashCode() public method

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