C# Class Sitecore.Linqpad.Models.CxSettingsCompareHelper

Exibir arquivo Open project: adamconn/sitecore-linqpad Class Usage Examples

Public Methods

Method Description
AreEqual ( ISitecoreConnectionSettings cxSettings1, ISitecoreConnectionSettings cxSettings2 ) : bool

Protected Methods

Method Description
GetHashCodeFor ( ISelectedType selectedType ) : int
GetHashCodeFor ( ISitecoreConnectionSettings cxSettings ) : int
GetHashCodeFor ( string value ) : int

Method Details

AreEqual() public method

public AreEqual ( ISitecoreConnectionSettings cxSettings1, ISitecoreConnectionSettings cxSettings2 ) : bool
cxSettings1 ISitecoreConnectionSettings
cxSettings2 ISitecoreConnectionSettings
return bool

GetHashCodeFor() protected method

protected GetHashCodeFor ( ISelectedType selectedType ) : int
selectedType ISelectedType
return int

GetHashCodeFor() protected method

protected GetHashCodeFor ( ISitecoreConnectionSettings cxSettings ) : int
cxSettings ISitecoreConnectionSettings
return int

GetHashCodeFor() protected method

protected GetHashCodeFor ( string value ) : int
value string
return int