Exemple #1
0
 public bool Equals(ControlAndTopLevelControlPair other)
 {
     if (other == null)
     {
         return(false);
     }
     return(CONTROLOI.Equals(other.CONTROLOI) &&
            VIEWCONTROL_OI.Equals(other.VIEWCONTROL_OI));
 }
Exemple #2
0
 public override int GetHashCode()
 {
     return(CONTROLOI.GetHashCode( ) ^ VIEWCONTROL_OI.GetHashCode( ));
 }