/// <summary> /// Used to check if any property type was changed between variant/invariant /// </summary> /// <param name="contentType"></param> /// <returns></returns> public static bool WasPropertyTypeVariationChanged(this IContentTypeBase contentType) => contentType.WasPropertyTypeVariationChanged(out IReadOnlyCollection <string> _);