public new bool Equals(object x, object y)
 {
     return(RegistryKey.IsEquals((RegistryKey)x, (RegistryKey)y));
 }