Base:
method
GetHashCode
System.Configuration.ConfigurationElement.GetHashCode()
1 override of GetHashCode
System.Web (1)
Configuration\RootProfilePropertySettingsCollection.cs (1)
103
public override int
GetHashCode
() {
3 references to GetHashCode
System.Web (3)
Configuration\ProfileGroupSettings.cs (1)
57
return Name.GetHashCode() ^ PropertySettings.
GetHashCode
();
Configuration\RootProfilePropertySettingsCollection.cs (2)
104
return HashCodeCombiner.CombineHashCodes(base.
GetHashCode
(), GroupSettings.
GetHashCode
());