Example #1
0
 public override int GetHashCode()
 {
     return(0x68377975
            ^ SmallIcon.GetHashCode()
            ^ MediumIcon.GetHashCode()
            ^ LargeIcon.GetHashCode());
 }
Example #2
0
 public override int GetHashCode()
 {
     return(0x68377975
            //It's pretty likely another type will override CreateIcon
            ^ GetType().GetHashCode()
            ^ SmallIcon.GetHashCode()
            ^ MediumIcon.GetHashCode()
            ^ LargeIcon.GetHashCode());
 }