Amazon.SQS.Model.Message.IsSetMessageAttributes C# (CSharp) Method

IsSetMessageAttributes() private method

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