Amazon.SimpleDB.Model.UpdateCondition.IsSetExists C# (CSharp) Method

IsSetExists() private method

private IsSetExists ( ) : bool
return bool
        internal bool IsSetExists()
        {
            return this.exists.HasValue;
        }
    }