C# Class Tp.Integration.Plugin.Common.Storage.ProfileId

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

Public Methods

Method Description
Equals ( ProfileId other ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int
ProfileId ( int profileId )
operator ( ) : bool

Method Details

Equals() public method

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

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

ProfileId() public method

public ProfileId ( int profileId )
profileId int

operator() public static method

public static operator ( ) : bool
return bool