Amazon.DynamoDBv2.Model.ExpectedAttributeValue.IsSetExists C# (CSharp) Method

IsSetExists() private method

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