Amazon.WAF.Model.ByteMatchSet.IsSetByteMatchTuples C# (CSharp) Method

IsSetByteMatchTuples() private method

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