Amazon.Route53.Model.ChangeBatch.IsSetChanges C# (CSharp) Method

IsSetChanges() private method

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