C# Class PlasticSCM.PlasticPerforceSyncEquivalence

Show file Open project: powercode/PSPlastic Class Usage Examples

Public Methods

Method Description
Equals ( PlasticPerforceSyncEquivalence other ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int
PlasticPerforceSyncEquivalence ( long plasticChangeset, long perforceChangeset ) : System
ToString ( ) : string
operator ( ) : bool

Method Details

Equals() public method

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

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

PlasticPerforceSyncEquivalence() public method

public PlasticPerforceSyncEquivalence ( long plasticChangeset, long perforceChangeset ) : System
plasticChangeset long
perforceChangeset long
return System

ToString() public method

public ToString ( ) : string
return string

operator() public static method

public static operator ( ) : bool
return bool