SpriteEditor.FileAssociationHelper.CheckAssociation C# (CSharp) Метод

CheckAssociation() приватный Метод

private CheckAssociation ( RegistryKey associationKey ) : bool
associationKey Microsoft.Win32.RegistryKey
Результат bool
        private bool CheckAssociation(RegistryKey associationKey)
        {
            string currentExe = associationKey.GetValue(string.Empty).ToString();
            return currentExe.Equals(_assemblyCommand);
        }