Amazon.EC2.Model.SpotPrice.IsSetPrice C# (CSharp) Method

IsSetPrice() private method

private IsSetPrice ( ) : bool
return bool
        internal bool IsSetPrice()
        {
            return this._price != null;
        }