Amazon.CognitoIdentityProvider.Model.ListDevicesResponse.IsSetDevices C# (CSharp) Method

IsSetDevices() private method

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