| VariantHelperCheckVariantOptions Method  | 
            Checks if the variant options in specified variant corresponds with options determined in parent product.
            
 
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 11.0.0
Syntaxpublic static bool CheckVariantOptions(
	ProductVariant variant
)
Parameters
- variant
 - Type: CMS.EcommerceProductVariant
The variant. 
Return Value
Type: 
BooleanTrue if variant options in specified variant corresponds with options determined in parent product and false otherwise
See Also