Amazon.ECS.Model.PromotionEligibilityRequirement.IsSetCurrencyAmount C# (CSharp) Method

IsSetCurrencyAmount() public method

Checks if CurrencyAmount property is set
public IsSetCurrencyAmount ( ) : System.Boolean
return System.Boolean
        public Boolean IsSetCurrencyAmount()
        {
            return this.currencyAmountField != null;
        }