Amazon.ECS.Model.Feedback.IsSetComment C# (CSharp) Method

IsSetComment() public method

Checks if Comment property is set
public IsSetComment ( ) : System.Boolean
return System.Boolean
        public Boolean IsSetComment()
        {
            return  this.commentField != null;
        }