/** * Check if this enum class contains a enum of a specified id * * @param id The id of the enum * @return TRUE if the enum is defined in this class */ public static bool containsEnumId(java.lang.Long id) { return(EnumDelegate.containsEnumId(typeof(LeadOS), id)); }
/** * Check if this enum class contains a enum of a specified id * * @param id The id of the enum * @return TRUE if the enum is defined in this class */ public static bool containsEnumId(java.lang.Long id) { return(EnumDelegate.containsEnumId(typeof(RPMIndexType), id)); }