C# Class Tp.Integration.Plugin.Common.Storage.Persisters.StorageName

Show file Open project: TargetProcess/Target-Process-Plugins Class Usage Examples

Public Methods

Method Description
Equals ( StorageName other ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int
StorageName ( ) : System
StorageName ( string profileName ) : System
operator ( ) : bool

Method Details

Equals() public method

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

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

StorageName() public method

public StorageName ( ) : System
return System

StorageName() public method

public StorageName ( string profileName ) : System
profileName string
return System

operator() public static method

public static operator ( ) : bool
return bool