unity how to check index of enum

Code Example - unity how to check index of enum

                
                        int index = Array.IndexOf(Enum.GetValues(typeof(AnimatorControllerParameterType)), AnimatorControllerParameterType.Bool);