Test if an object is an Enum January 9, 2023 by Tarik The question is the answer. 🙂 bool isEnum = theObject is Enum;