C# Class Tp.Integration.Messages.ProfileName

Mostrar archivo Open project: TargetProcess/Target-Process-Plugins Class Usage Examples

Public Methods

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

Method Details

Equals() public method

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

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

ProfileName() public method

public ProfileName ( ) : System
return System

ProfileName() public method

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

operator() public static method

public static operator ( ) : bool
return bool