Amazon.Redshift.Model.ClusterSecurityGroup.IsSetIPRanges C# (CSharp) Method

IsSetIPRanges() private method

private IsSetIPRanges ( ) : bool
return bool
        internal bool IsSetIPRanges()
        {
            return this._ipRanges != null && this._ipRanges.Count > 0; 
        }