Click or drag to resize
ECommerceHelperCouponCodeComparer Property
Gets the comparer for coupon codes. Provides case-insensitive ordinal string comparison.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 11.0.0
Syntax
C#
public static IEqualityComparer<string> CouponCodeComparer { get; }

Property Value

Type: IEqualityComparerString
See Also